call abstract method

TRes call({
  1. String? name,
  2. String? description,
  3. Input$FullAddressInput? address,
  4. Input$PictureInput? picture,
  5. String? email,
  6. String? company,
  7. String? website,
  8. List<String>? contactEmails,
  9. Input$IPhoneInput? phone,
  10. Input$IPhoneInput? fax,
  11. List<Input$TargetCurrencyInput>? currencies,
})

Implementation

TRes call({
  String? name,
  String? description,
  Input$FullAddressInput? address,
  Input$PictureInput? picture,
  String? email,
  String? company,
  String? website,
  List<String>? contactEmails,
  Input$IPhoneInput? phone,
  Input$IPhoneInput? fax,
  List<Input$TargetCurrencyInput>? currencies,
});