Query$user$user$residentialAddress constructor
Query$user$user$residentialAddress({
- String? city,
- String? address,
- String? postCode,
- Query$user$user$residentialAddress$location? location,
- Query$user$user$residentialAddress$country? country,
- Query$user$user$residentialAddress$state? state,
- Query$user$user$residentialAddress$owner? owner,
Implementation
Query$user$user$residentialAddress({
this.city,
this.address,
this.postCode,
this.location,
this.country,
this.state,
this.owner,
});