menu
cutils package
documentation
ext/bool_ext.dart
BoolExt
toStringVal property
toStringVal property
dark_mode
light_mode
toStringVal
property
String
get
toStringVal
Implementation
String get toStringVal => this ? 'true' : 'false';
cutils package
documentation
ext/bool_ext
BoolExt
toStringVal property
BoolExt extension on
bool