name property

String? name

Name of the place label.

Implementation

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