menu
stepflow package
documentation
cli/flag.dart
Flag<T>
getFormatted method
getFormatted method
dark_mode
light_mode
getFormatted
method
String
getFormatted
(
)
Returns the flags value as a formatted string.
Implementation
String getFormatted() => format(value);
stepflow package
documentation
cli/flag
Flag<T>
getFormatted method
Flag class