VerifyCodeResult class

Obtains the verification code request result.

Constructors

VerifyCodeResult(String? _shortestInterval, String? _validityPeriod)
VerifyCodeResult.fromMap(Map map)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortestInterval String?
Obtains the minimum interval for sending a verification code.
no setter
validityPeriod String?
Obtains the validity period of a verification code.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited