PlaceSearchMatch class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

PlaceSearchMatch({String? id, String? url, String? name, double? lat, double? lon, List<String>? types, String? address, String? icon, Object? boundingBox})
PlaceSearchMatch.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
getter/setter pair
boundingBox Object?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
id String?
getter/setter pairinherited
lat double?
getter/setter pairinherited
lon double?
getter/setter pairinherited
name String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types List<String>?
getter/setter pair
url String?
getter/setter pairinherited

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<PlaceSearchMatch>
override
mapFromJson(Map<String, dynamic> json) Map<String, PlaceSearchMatch>
override