GBData class

Constructors

GBData({required int placeId, required String osmType, required int id, required String lat, required String lon, required int placeRank, required double importance, required String displayName, required Address address, required List<String> boundingbox})
GBData.fromJson(Map<String, dynamic> json)
factory

Properties

address Address
getter/setter pair
boundingbox List<String>
getter/setter pair
displayName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
importance double
getter/setter pair
lat String
getter/setter pair
lon String
getter/setter pair
osmType String
getter/setter pair
placeId int
getter/setter pair
placeRank int
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