MyUserPhones class
- Annotations
Constructors
-
MyUserPhones({required List<
UserPhone> confirmed, UserPhone? unconfirmed}) -
MyUserPhones.fromJson(Map<
String, dynamic> json) -
Constructs the MyUserPhones from the provided
json
.factory
Properties
-
confirmed
↔ List<
UserPhone> -
List of already confirmed phone numbers.
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 ↔ UserPhone?
-
Phone number that still requires a confirmation.
getter/setter pair
Methods
-
copyWith(
) → MyUserPhones - Returns a copy of these MyUserPhones.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a Map representing these MyUserPhones.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited