OrderRepo class

Constructors

OrderRepo()

Properties

checkCancellation ↔ dynamic
getter/setter pair
checkReturn ↔ dynamic
getter/setter pair
graphQLConfiguration ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderCreated ↔ dynamic
getter/setter pair
orderList ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleOrder ↔ dynamic
getter/setter pair

Methods

cancelOrder(String reason, String orderId) Future<bool>
checkOrderCancellation(String orderId) Future
checkOrderReturnable(String orderId) Future
createOrder(CreateOrderRequest order) Future
getCancelContent() Future
getOrderList(String userId, int pageNo, int limit) Future
getSingleOrder(String id) Future
getUserOrderList(String userId, int pageNo, int limit) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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