menu
hybrid_runtime package
documentation
_tools/utils/is.dart
isBoolean function
isBoolean function
dark_mode
light_mode
isBoolean
function
bool
isBoolean
(
dynamic
value
)
Checks if the value is a boolean
Implementation
bool isBoolean(dynamic value) { return value is bool; }
hybrid_runtime package
documentation
_tools/utils/is
isBoolean function
is library