OrderResponse constructor
OrderResponse({
- List<
SquareError> ? errors, - Order? order,
- List<
Order> ? orders, - String? cursor,
- OrderEntry? orderEntries,
Implementation
OrderResponse({
this.errors, this.order, this.orders, this.cursor, this.orderEntries
});