Orders class

Constructors

Orders.new({String? id, String? uid, int? orderNumber, TotalPrice? totalPrice, TotalPrice? subtotalPrice, String? processedAt, String? phone, BillingAddress? billingAddress, BillingAddress? shippingAddress, String? currencyCode, String? cancelReason, String? fulfillmentStatus, List<LineItems>? lineItems, String? customerLocale, String? name})
Orders.fromJson(Map<String, dynamic> json)

Properties

billingAddress BillingAddress?
getter/setter pair
cancelReason String?
getter/setter pair
currencyCode String?
getter/setter pair
customerLocale String?
getter/setter pair
fulfillmentStatus String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lineItems List<LineItems>?
getter/setter pair
name String?
getter/setter pair
orderNumber int?
getter/setter pair
phone String?
getter/setter pair
processedAt String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddress BillingAddress?
getter/setter pair
subtotalPrice TotalPrice?
getter/setter pair
totalPrice TotalPrice?
getter/setter pair
uid String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the Orders to a map
toString() String
A string representation of this object.
inherited

Operators

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