call abstract method

TRes call({
  1. String? user,
  2. String? notes,
  3. Enum$OrderTypeEnum? orderType,
  4. List<Input$InstallmentInput>? installments,
  5. Input$MarketPlaceOrderDtoFeesInput? fees,
  6. List<Input$MarketPlaceOrderDtoExtraFeesInput>? extraFees,
  7. Input$FullAddressInput? deliveryAddress,
  8. DateTime? orderTime,
  9. Input$DiscountDtoInput? discount,
  10. List<Input$CartProductInput>? products,
  11. String? currency,
  12. Input$TargetACIInput? target,
  13. List<Enum$App>? apps,
  14. String? userSubject,
  15. String? orderSubject,
  16. String? email,
  17. String? password,
  18. String? lastName,
  19. String? firstName,
  20. List<Enum$UserRole>? roles,
  21. Input$IPhoneInput? phone,
  22. List<Input$FullAddressInput>? shippingAddress,
})

Implementation

TRes call({
  String? user,
  String? notes,
  Enum$OrderTypeEnum? orderType,
  List<Input$InstallmentInput>? installments,
  Input$MarketPlaceOrderDtoFeesInput? fees,
  List<Input$MarketPlaceOrderDtoExtraFeesInput>? extraFees,
  Input$FullAddressInput? deliveryAddress,
  DateTime? orderTime,
  Input$DiscountDtoInput? discount,
  List<Input$CartProductInput>? products,
  String? currency,
  Input$TargetACIInput? target,
  List<Enum$App>? apps,
  String? userSubject,
  String? orderSubject,
  String? email,
  String? password,
  String? lastName,
  String? firstName,
  List<Enum$UserRole>? roles,
  Input$IPhoneInput? phone,
  List<Input$FullAddressInput>? shippingAddress,
});