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