name property

String? get name

Name of the place label.

Implementation

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