Place class

Inheritance
Implementers
Annotations
  • @JsonSerializable()

Constructors

Place({double? lat, double? lon, String? id, String? url, String? commonName, double? distance, String? placeType, List<AdditionalProperties>? additionalProperties, List<Place>? children, List<String>? childrenUrls})
Place.fromJson(Map<String, dynamic> json)
factory

Properties

additionalProperties List<AdditionalProperties>?
getter/setter pair
children List<Place>?
getter/setter pair
childrenUrls List<String>?
getter/setter pair
commonName String?
getter/setter pair
distance double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lat double?
getter/setter pairinherited
lon double?
getter/setter pairinherited
placeType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
getter/setter pair

Methods

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

Operators

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

Static Methods

listFromJson(List json) List<Place>
override
mapFromJson(Map<String, dynamic> json) Map<String, Place>
override