name property

String? get name

Name of the point of interest.

Implementation

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