name property

String get name

location name.

Example:

// Get location name
String? name = location.getName();
print('Location name: $name');

Implementation

String get name;