Query$user$user$residentialAddress$owner constructor
Query$user$user$residentialAddress$owner({
- String? name,
- Query$user$user$residentialAddress$owner$phone? phone,
- String $__typename = 'FullAddressOwnerType',
Implementation
Query$user$user$residentialAddress$owner({
this.name,
this.phone,
this.$__typename = 'FullAddressOwnerType',
});