Skip to content

Commit d062bfa

Browse files
authored
flutter tool: make FlutterOptions abstract final (#124178)
flutter tool: make FlutterOptions abstract final
1 parent 929a5bd commit d062bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/runner/flutter_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class FlutterCommandResult {
9797
}
9898

9999
/// Common flutter command line options.
100-
class FlutterOptions {
100+
abstract final class FlutterOptions {
101101
static const String kExtraFrontEndOptions = 'extra-front-end-options';
102102
static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options';
103103
static const String kEnableExperiment = 'enable-experiment';

0 commit comments

Comments
 (0)