Unverified Commit d062bfa0 authored by Kevin Moore's avatar Kevin Moore Committed by GitHub

flutter tool: make FlutterOptions abstract final (#124178)

flutter tool: make FlutterOptions abstract final
parent 929a5bd0
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment