call abstract method

TRes call({
  1. Input$FullAddressOwnerInput? owner,
  2. String? address,
  3. String? postCode,
  4. String? city,
  5. String? country,
  6. String? state,
  7. Input$LonLatInput? location,
})

Implementation

TRes call({
  Input$FullAddressOwnerInput? owner,
  String? address,
  String? postCode,
  String? city,
  String? country,
  String? state,
  Input$LonLatInput? location,
});