We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed3742 commit 5812fd4Copy full SHA for 5812fd4
1 file changed
packages/devtools_app/lib/src/shared/editor/api_classes.dart
@@ -98,9 +98,9 @@ abstract class Field {
98
static const devices = 'devices';
99
static const displayValue = 'displayValue';
100
static const documentation = 'documentation';
101
- static const end = 'end';
102
static const emulator = 'emulator';
103
static const emulatorId = 'emulatorId';
+ static const end = 'end';
104
static const ephemeral = 'ephemeral';
105
static const errorText = 'errorText';
106
static const flutterDeviceId = 'flutterDeviceId';
0 commit comments