ChildrenNode class

Constructors

ChildrenNode({String? siteId, String? name, String? formatAddress, Coordinate? location, List<String>? hwPoiTypes, String? domeAndInt, String? depAndArr})
ChildrenNode.fromJson(String source)
factory
ChildrenNode.fromMap(Map map)
factory

Properties

depAndArr String?
getter/setter pair
domeAndInt String?
getter/setter pair
formatAddress String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hwPoiTypes List<String>?
getter/setter pair
location Coordinate?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteId String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetChildrenInfo() → void
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override