menu
flutter_helper_kit package
documentation
utils/console/printf_console.dart
PrintfConfig
onlyInDebugMode property
onlyInDebugMode property
dark_mode
light_mode
onlyInDebugMode
property
bool
onlyInDebugMode
getter/setter pair
When
true
, output is suppressed outside
kDebugMode
.
Implementation
static bool onlyInDebugMode = true;
flutter_helper_kit package
documentation
utils/console/printf_console
PrintfConfig
onlyInDebugMode property
PrintfConfig class