mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
flutter tool: make FlutterOptions abstract final (#124335)
flutter tool: make FlutterOptions abstract final
This commit is contained in:
parent
09940e4a37
commit
e6257302db
@ -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