NearbyResult class

Constructors

NearbyResult()

Properties

addressTokens AddressToken?
getter/setter pair
categoryCode String?
getter/setter pair
distance int?
getter/setter pair
eLoc String?
getter/setter pair
email String?
getter/setter pair
entryLatitude double?
getter/setter pair
entryLongitude double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hourOfOperation String?
getter/setter pair
keywords List<String>?
getter/setter pair
landlineNo String?
getter/setter pair
latitude double?
getter/setter pair
longitude double?
getter/setter pair
mobileNo String?
getter/setter pair
orderIndex int?
getter/setter pair
placeAddress String?
getter/setter pair
placeName String?
getter/setter pair
richInfo Map?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic> map) NearbyResult