Query$user$user$residentialAddress$location constructor
Query$user$user$residentialAddress$location({
- Enum$ZoneTypesEnum? type,
- List<
double> ? coordinates,
Implementation
Query$user$user$residentialAddress$location({
this.type,
this.coordinates,
});