menu
stepflow package
documentation
cli/flag.dart
Flag<T>
name property
name property
dark_mode
light_mode
name
property
String
name
final
The name of the flag, that have to be referenced when typing in the command line.
Implementation
final String name;
stepflow package
documentation
cli/flag
Flag<T>
name property
Flag class