Area constructor

Area({
  1. String? name,
  2. String? placeId,
  3. LocalizedText? displayName,
  4. Containment? containment,
})

Implementation

Area({
  this.name,
  this.placeId,
  this.displayName,
  this.containment,
});