ApiGetAddressResponse constructor
ApiGetAddressResponse({
- ApiGetAddressResponseResult result,
- ApiGetAddressResponseError error,
Implementation
ApiGetAddressResponse({
this.result,
this.error,
});