OrderListDataItem class
Constructors
-
OrderListDataItem({String? orderId, String? billType, String? orderNumber, String? totalItem, String? paymentMethod, String? subTotal, String? discount, String? tax, String? grandTotal, String? payable, Status? status, String? pickUpOptions, String? pickUpPriority, CreatedAtDateTime? createdAtDateTime})
-
-
OrderListDataItem.fromJson(dynamic json)
-
Methods
-
copyWith({String? orderId, String? billType, String? orderNumber, String? totalItem, String? paymentMethod, String? subTotal, String? discount, String? tax, String? grandTotal, String? payable, Status? status, String? pickUpOptions, String? pickUpPriority, CreatedAtDateTime? createdAtDateTime})
→ OrderListDataItem
-
-
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