Query$user$user$residentialAddress constructor

Query$user$user$residentialAddress({
  1. String? city,
  2. String? address,
  3. String? postCode,
  4. Query$user$user$residentialAddress$location? location,
  5. Query$user$user$residentialAddress$country? country,
  6. Query$user$user$residentialAddress$state? state,
  7. Query$user$user$residentialAddress$owner? owner,
  8. String $__typename = 'FullAddressType',
})

Implementation

Query$user$user$residentialAddress({
  this.city,
  this.address,
  this.postCode,
  this.location,
  this.country,
  this.state,
  this.owner,
  this.$__typename = 'FullAddressType',
});