call abstract method

TRes call({
  1. String? label,
  2. String? externalId,
  3. Input$TaxValueInput? value,
  4. List<Enum$TaxUseEnum>? use,
  5. bool? product,
  6. String? company,
})

Implementation

TRes call({
  String? label,
  String? externalId,
  Input$TaxValueInput? value,
  List<Enum$TaxUseEnum>? use,
  bool? product,
  String? company,
});