call abstract method

TRes call({
  1. List<Input$InvoicingProductsInput>? products,
  2. List<Input$ProductTaxesInput>? taxes,
  3. Input$DiscountDtoInput? discount,
  4. bool? isAvoir,
})

Implementation

TRes call({
  List<Input$InvoicingProductsInput>? products,
  List<Input$ProductTaxesInput>? taxes,
  Input$DiscountDtoInput? discount,
  bool? isAvoir,
});