Customer class
Constructors
-
Customer({String? id, String? name, required String email, required String phoneNumber, double? longtitude, double? latitude, String? language, required String uuid, String? jwtToken, List<OrderProduct>? currentOrders, List<OrderProduct>? favoriteProducts, int roleId = 0})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited