extras property Null safety
List of extras supplied on the command line.
Extras are anything supplied on the command line that was not an option.
Implementation
List<String>? get extras => _extras;
List of extras supplied on the command line.
Extras are anything supplied on the command line that was not an option.
List<String>? get extras => _extras;