Customer class

Constructors

Customer({String? uuid, String? refCode, dynamic firstName, dynamic lastName, String? email, dynamic phoneNumber, num? totalSpendInUSD, String? businessId, String? userId, String? context, String? createdAtDateOnly, String? createdAt})
Customer.fromJson(dynamic json)

Properties

businessId String?
getter/setter pair
context String?
getter/setter pair
createdAt String?
getter/setter pair
createdAtDateOnly String?
getter/setter pair
email String?
getter/setter pair
firstName ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName ↔ dynamic
getter/setter pair
phoneNumber ↔ dynamic
getter/setter pair
refCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSpendInUSD num?
getter/setter pair
userId String?
getter/setter pair
uuid String?
getter/setter pair

Methods

copyWith({String? uuid, String? refCode, dynamic firstName, dynamic lastName, String? email, dynamic phoneNumber, num? totalSpendInUSD, String? businessId, String? userId, String? context, String? createdAtDateOnly, String? createdAt}) Customer
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