CityRecursiveModel class
Constructors
- CityRecursiveModel(dynamic jsonStr)
-
factory
- CityRecursiveModel.fromJson(dynamic jsonRes)
- CityRecursiveModel.fromParams()
Properties
-
cacheItems
↔ List<
CityModel> -
getter/setter pair
-
cachePageItems
↔ List<
List< CityModel> > -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
records
↔ List<
CityModel> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
children(
int index) → List< CityModel> -
getLabels(
String level0, String level1, String level2) → String -
level(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetAll(
) → void -
setSelected(
String level0, String level1, String level2, bool status) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited