DefaultAttributes class
- Annotations
-
- @JsonSerializable(includeIfNull: false, explicitToJson: true)
Constructors
- DefaultAttributes.new()
-
DefaultAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customerAccount ↔ String?
-
getter/setter pair
- customerBirthday ↔ String?
-
getter/setter pair
- customerClientId ↔ String?
-
getter/setter pair
- customerEmail ↔ String?
-
getter/setter pair
- customerFirstName ↔ String?
-
getter/setter pair
- customerGender ↔ String?
-
getter/setter pair
- customerLastName ↔ String?
-
getter/setter pair
- customerMobile ↔ String?
-
getter/setter pair
- firstVisit ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loggedInStatus ↔ bool?
-
getter/setter pair
- pushOptInStatus ↔ bool?
-
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited