call abstract method

TRes call({
  1. String? name,
  2. String? description,
  3. List<String>? tags,
  4. Input$MediaInput? media,
  5. Input$FullAddressInput? address,
  6. Input$CompanyLegalInput? legal,
  7. List<String>? banks,
  8. Input$CompanyContactDetailsInput? contact,
  9. bool? logistic,
  10. String? externalId,
  11. Input$CompanyCustomerInput? customer,
  12. Input$CompanySupplierInput? supplier,
  13. Input$TargetACIInput? target,
})

Implementation

TRes call({
  String? name,
  String? description,
  List<String>? tags,
  Input$MediaInput? media,
  Input$FullAddressInput? address,
  Input$CompanyLegalInput? legal,
  List<String>? banks,
  Input$CompanyContactDetailsInput? contact,
  bool? logistic,
  String? externalId,
  Input$CompanyCustomerInput? customer,
  Input$CompanySupplierInput? supplier,
  Input$TargetACIInput? target,
});