menu
class_unions package
documentation
class_json.dart
Json
asInt property
asInt property
dark_mode
light_mode
asInt
property
int
get
asInt
Get the
int
value of this JSON value, or throw if other type.
Implementation
int get asInt => value as int;
class_unions package
documentation
class_json
Json
asInt property
Json class