menu
jetleaf_lang package
documentation
lang.dart
TypeExtension
isBool property
isBool property
dark_mode
light_mode
isBool
property
bool
get
isBool
Checks if the given
this
is a
Bool
.
Implementation
bool get isBool => equals(Bool);
jetleaf_lang package
documentation
lang
TypeExtension
isBool property
TypeExtension extension on
Type