group property

String? get group

A high-level point of interest category like airport, transit, etc.

Implementation

String? get group {
  return properties["group"] as String?;
}