call abstract method
TRes
call({
- String? card,
- String? number,
- String? user,
- DateTime? orderTime,
- double? deliveryFees,
- Enum$OrderTypeEnum? orderType,
- String? currency,
- Input$MarketPlaceOrderShoppingCartControllerInput? shoppingCart,
Implementation
TRes call({
String? card,
String? number,
String? user,
DateTime? orderTime,
double? deliveryFees,
Enum$OrderTypeEnum? orderType,
String? currency,
Input$MarketPlaceOrderShoppingCartControllerInput? shoppingCart,
});