OkHiLocationManagerResponse class
The OkHiLocationManagerResponse object contains information about the newly created user and location once an address has been successfully created. It can be used to extract information about the address and/or start address verification process.
Constructors
-
OkHiLocationManagerResponse(Map<
String, dynamic> data)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ OkHiLocation
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user ↔ OkHiUser
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startVerification(
OkHiVerificationConfiguration? configuration) → Future< String> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited