menu
webapp package
documentation
wa_model_less.dart
FormatHelper
asBool method
asBool method
dark_mode
light_mode
asBool
method
bool
asBool
(
{
bool
?
def
,
})
Implementation
bool asBool({bool? def}) { var value = this ?? def; return value.toString().toBool; }
webapp package
documentation
wa_model_less
FormatHelper
asBool method
FormatHelper extension on dynamic