park property

PlaceType park
getter/setter pair

Implementation

static PlaceType park = PlaceType(
  type: "park",
  icon: Icons.park,
  displayText: "Park",
);