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)
-
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