ApiCallType.createOrder constructor
ApiCallType.createOrder({
- required CreateOrderBody? createOrderBody,
- String? orderCreationUrl,
Class For Creating Order ID --- Flutter Instamojo
Implementation
ApiCallType.createOrder(
{required this.createOrderBody, this.orderCreationUrl})
: orderId = null,
callType = Type.CREATE_ORDER;