AuthSentCodeTypeEmailCode class

Auth Sent Code Type Email Code.

ID: f450f59b.

Inheritance

Constructors

AuthSentCodeTypeEmailCode({required bool appleSigninAllowed, required bool googleSigninAllowed, required String emailPattern, required int length, int? resetAvailablePeriod, DateTime? resetPendingDate})
Auth Sent Code Type Email Code constructor.
const
AuthSentCodeTypeEmailCode.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

appleSigninAllowed bool
apple_signin_allowed: bit 0 of flags.0?true
final
emailPattern String
Email Pattern.
final
flags int
Flags.
no setter
googleSigninAllowed bool
google_signin_allowed: bit 1 of flags.1?true
final
hashCode int
The hash code for this object.
no setterinherited
length int
Length.
final
resetAvailablePeriod int?
Reset Available Period.
final
resetPendingDate DateTime?
Reset Pending Date.
final
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
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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