props property
The list of properties that will be used to determine whether two instances are equal.
Implementation
@override
List<Object?> get props => [
id,
trackingValue,
orderNumber,
deviceInfo,
tags,
businessId,
totalAmountOutstanding,
totalAmountPaid,
totalPrice,
totalCost,
currentTotalPrice,
subtotalPrice,
lineItemTotalPrice,
totalLineItemsSold,
totalUniqueLineItems,
totalTip,
totalWithdrawal,
totalTax,
totalDiscount,
totalShipping,
totalRefunded,
taxes,
discounts,
capturedChannel,
orderLineItems,
refunds,
financialStatus,
orderStatus,
dateCreated,
dateUpdated,
createdBy,
updatedBy,
transactions,
fulfillmentMethod,
fulfillmentStatus,
orderSource,
fulfillmentMethod,
orderVersion,
orderHistory,
customerReference,
notes,
];