name property

String name
getter/setter pair

location name.

Example:

// Get location name
String name = locationInfo.name;
print("Location name: $name");

Implementation

String name;