menu
class_unions package
documentation
class_json.dart
Json
isInt property
isInt property
dark_mode
light_mode
isInt
property
bool
get
isInt
Return true iff this JSON value is a
int
.
Implementation
bool get isInt => value is int;
class_unions package
documentation
class_json
Json
isInt property
Json class