OrderListDataItem class

Constructors

OrderListDataItem.new({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, String? remarks, CreatedAtDateTime? createdAtDateTime})
OrderListDataItem.fromJson(dynamic json)

Properties

billType String?
no setter
createdAtDateTime CreatedAtDateTime?
no setter
discount String?
no setter
grandTotal String?
no setter
hashCode int
The hash code for this object.
no setterinherited
orderId String?
no setter
orderNumber String?
no setter
payable String?
no setter
paymentMethod String?
no setter
pickUpOptions String?
no setter
pickUpPriority String?
no setter
remarks String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status?
no setter
subTotal String?
no setter
tax String?
no setter
totalItem String?
no setter

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, String? remarks, 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

Operators

operator ==(Object other) bool
The equality operator.
inherited