ApiGetAddressResponse constructor

ApiGetAddressResponse({
  1. ApiGetAddressResponseResult result,
  2. ApiGetAddressResponseError error,
})

Implementation

ApiGetAddressResponse({
  this.result,
  this.error,
});