flutter tool: make FlutterOptions abstract final (#124335)

flutter tool: make FlutterOptions abstract final
This commit is contained in:
Kevin Moore 2023-04-06 12:58:18 -07:00 committed by GitHub
parent 09940e4a37
commit e6257302db
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';