call abstract method

TRes call({
  1. String? card,
  2. String? number,
  3. String? user,
  4. DateTime? orderTime,
  5. double? deliveryFees,
  6. Enum$OrderTypeEnum? orderType,
  7. String? currency,
  8. Input$MarketPlaceOrderShoppingCartControllerInput? shoppingCart,
})

Implementation

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