ELocation class

Constructors

ELocation()

Properties

addressTokens ↔ AddressToken?
getter/setter pair
alternateName String?
getter/setter pair
distance double?
getter/setter pair
eLoc String?
getter/setter pair
entryLatitude double?
getter/setter pair
entryLongitude double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>?
getter/setter pair
latitude String?
getter/setter pair
longitude String?
getter/setter pair
orderIndex int?
getter/setter pair
p int?
getter/setter pair
placeAddress String?
getter/setter pair
placeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
typeX int?
getter/setter pair
userName String?
getter/setter pair

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

Static Methods

fromMap(Map<String, dynamic> map) ELocation