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