RelevantLocation class
Information about another location that is related to current one.
The relation can be any one of DEPARTMENT_OF or INDEPENDENT_ESTABLISHMENT_OF, and the location specified here can be on either side (parent/child) of the location.
Constructors
- RelevantLocation({String? placeId, String? relationType})
- RelevantLocation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- placeId ↔ String?
-
Specify the location that is on the other side of the relation by its
placeID.
getter/setter pair
- relationType ↔ String?
-
The type of the relationship.
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