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