ProductOrderInfo class

A class that includes the details about a missed order.

Constructors

ProductOrderInfo({String? tradeId, String? productNo, String? orderId, String? sign})
ProductOrderInfo.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
orderId String?
The ID of a missed order.
getter/setter pair
productNo String?
Th ID of the product that has not been delivered.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String?
The signature og the order.
getter/setter pair
tradeId String?
The transaction ID. IDs are maintained by Huawei Server.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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