call abstract method

TRes call({
  1. String? name,
  2. Input$FullAddressInput? address,
  3. String? vatId,
  4. String? registerNo,
  5. String? licenceNo,
  6. String? website,
  7. String? email,
  8. Input$IPhoneInput? phone,
})

Implementation

TRes call({
  String? name,
  Input$FullAddressInput? address,
  String? vatId,
  String? registerNo,
  String? licenceNo,
  String? website,
  String? email,
  Input$IPhoneInput? phone,
});