Verification class
A verification represents a verification attempt on a location.
Constructors
- Verification({String? announcement, String? createTime, String? method, String? name, String? state})
- Verification.fromJson(Map json_)
Properties
- announcement ↔ String?
-
Response announcement set only if the method is VETTED_PARTNER.
getter/setter pair
- createTime ↔ String?
-
The timestamp when the verification is requested.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- method ↔ String?
-
The method of the verification.
Possible string values are:
getter/setter pair
- name ↔ String?
-
Resource name of the verification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the verification.
Possible string values are:
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