RelationshipData class

Information of all parent and children locations related to this one.

Constructors

RelationshipData({List<RelevantLocation>? childrenLocations, String? parentChain, RelevantLocation? parentLocation})
RelationshipData.fromJson(Map json_)

Properties

childrenLocations List<RelevantLocation>?
The list of children locations that this location has relations with.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parentChain String?
The resource name of the Chain that this location is member of.
getter/setter pair
parentLocation RelevantLocation?
The parent location that this location has relations with.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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