GetNotificationChannelVerificationCodeResponse class
The GetNotificationChannelVerificationCode request.
Constructors
- GetNotificationChannelVerificationCodeResponse({String? code, String? expireTime})
- GetNotificationChannelVerificationCodeResponse.fromJson(Map json_)
Properties
- code ↔ String?
-
The verification code, which may be used to verify other channels that
have an equivalent identity (i.e. other channels of the same type with the
same fingerprint such as other email channels with the same email address
or other sms channels with the same number).
getter/setter pair
- expireTime ↔ String?
-
The expiration time associated with the code that was returned.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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