User class
- Annotations
Constructors
- User()
-
User.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
addresses
↔ List<
UserAddress> -
read / write
- cpf ↔ String
-
read / write
- dateOfBirth ↔ String
-
read / write
- dealer ↔ Dealer
-
The dealer object of a salesperson
read / write
- email ↔ String
-
read / write
- fullName ↔ String
-
read / write
- gender ↔ int
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
read / write
- imageUrl ↔ String
-
read / write
-
paymentMethods
↔ List<
PaymentMethod> -
read / write
- phoneNumber ↔ String
-
read / write
- registration ↔ String
-
The internal retailer registration code of a salesperson
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
fromMap(
Map< String, dynamic> map) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited