Area constructor
Area({
- String? name,
- String? placeId,
- LocalizedText? displayName,
- Containment? containment,
Implementation
Area({this.name, this.placeId, this.displayName, this.containment});