MyUserEmails class

List of UserEmails associated with MyUser.

Annotations

Constructors

MyUserEmails({required List<UserEmail> confirmed, UserEmail? unconfirmed})
MyUserEmails.fromJson(Map<String, dynamic> json)
Constructs the MyUserEmails from the provided json.
factory

Properties

confirmed List<UserEmail>
List of already confirmed email addresses.
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
unconfirmed UserEmail?
Email address that still requires a confirmation.
getter/setter pair

Methods

copyWith() MyUserEmails
Returns a copy of these MyUserEmails.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map representing these MyUserEmails.
toString() String
A string representation of this object.
inherited

Operators

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