name property

String get name

sublocation's name.

Example:

// Get sublocation name
String? sublocationName = sublocation.getName();
print('Sublocation name: $sublocationName');

Implementation

String get name;