EmailAddressAuthenticationCodeInfo class

Inheritance

Constructors

EmailAddressAuthenticationCodeInfo({required String emailAddressPattern, required int length, dynamic extra, int? clientId})
Information about the email address authentication code that was sent
const
EmailAddressAuthenticationCodeInfo.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
clientId client identifier
final
emailAddressPattern String
emailAddressPattern Pattern of the email address to which an authentication code was sent
final
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
length int
length Length of the code; 0 if unknown
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? emailAddressPattern, int? length, dynamic extra, int? clientId}) EmailAddressAuthenticationCodeInfo
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String