menu
mirrorfly_uikit_plugin package
documentation
app/common/extensions.dart
BooleanParsing
checkNull method
checkNull method
dark_mode
light_mode
checkNull
method
bool
checkNull
(
)
Implementation
bool
checkNull() {
return
this
??
false
; }
mirrorfly_uikit_plugin package
documentation
app/common/extensions
BooleanParsing
checkNull method
BooleanParsing extension on
bool
?