mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
flutter tool: make FlutterOptions abstract final (#124178)
flutter tool: make FlutterOptions abstract final
This commit is contained in:
parent
929a5bd08c
commit
d062bfa057
@ -97,7 +97,7 @@ class FlutterCommandResult {
|
||||
}
|
||||
|
||||
/// Common flutter command line options.
|
||||
class FlutterOptions {
|
||||
abstract final class FlutterOptions {
|
||||
static const String kExtraFrontEndOptions = 'extra-front-end-options';
|
||||
static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options';
|
||||
static const String kEnableExperiment = 'enable-experiment';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user