Query$user$user$residentialAddress$location constructor

Query$user$user$residentialAddress$location({
  1. Enum$ZoneTypesEnum? type,
  2. List<double>? coordinates,
})

Implementation

Query$user$user$residentialAddress$location({
  this.type,
  this.coordinates,
});