We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929a5bd commit d062bfaCopy full SHA for d062bfa
packages/flutter_tools/lib/src/runner/flutter_command.dart
@@ -97,7 +97,7 @@ class FlutterCommandResult {
97
}
98
99
/// Common flutter command line options.
100
-class FlutterOptions {
+abstract final class FlutterOptions {
101
static const String kExtraFrontEndOptions = 'extra-front-end-options';
102
static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options';
103
static const String kEnableExperiment = 'enable-experiment';
0 commit comments