flutter tool: make FlutterOptions abstract final (#124178)

flutter tool: make FlutterOptions abstract final
This commit is contained in:
Kevin Moore 2023-04-05 22:34:20 -07:00 committed by GitHub
parent 929a5bd08c
commit d062bfa057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';