menu
pubmind package
documentation
commands/base_commands.dart
BaseCommand
verbose property
verbose property
dark_mode
light_mode
verbose
property
bool
get
verbose
Implementation
bool get verbose => argResults?['verbose'] as bool? ?? false;
pubmind package
documentation
commands/base_commands
BaseCommand
verbose property
BaseCommand class