AddressDescriptor constructor

AddressDescriptor({
  1. List<Landmark>? landmarks,
  2. List<Area>? areas,
})

Implementation

AddressDescriptor({
  this.landmarks,
  this.areas,
});