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