OkHiLocation class
Defines the structure of the OkHi location object once an address has been successfully created by the user.
Constructors
- OkHiLocation({String? id, double? lat, double? lon, String? city, String? country, String? directions, String? displayTitle, String? otherInformation, String? photoUrl, String? placeId, String? plusCode, String? propertyName, String? propertyNumber, String? state, String? streetName, String? streetViewPanoId, String? streetViewPanoUrl, String? subtitle, String? title, String? url, String? userId})
-
OkHiLocation.fromMap(Map<
String, dynamic> data)
Properties
- city ↔ String?
-
getter/setter pair
- country ↔ String?
-
getter/setter pair
- directions ↔ String?
-
getter/setter pair
- displayTitle ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- lat ↔ double?
-
getter/setter pair
- lon ↔ double?
-
getter/setter pair
- otherInformation ↔ String?
-
getter/setter pair
- photoUrl ↔ String?
-
getter/setter pair
- placeId ↔ String?
-
getter/setter pair
- plusCode ↔ String?
-
getter/setter pair
- propertyName ↔ String?
-
getter/setter pair
- propertyNumber ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
getter/setter pair
- streetName ↔ String?
-
getter/setter pair
- streetViewPanoId ↔ String?
-
getter/setter pair
- streetViewPanoUrl ↔ String?
-
getter/setter pair
- subtitle ↔ String?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- url ↔ String?
-
getter/setter pair
- userId ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited