verbose property

bool get verbose

Implementation

bool get verbose => argResults?['verbose'] as bool? ?? false;