GetNotificationChannelVerificationCodeResponse class Null safety
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).
read / write
- expireTime ↔ String?
-
The expiration time associated with the code that was returned.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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