externalId property
String
get
externalId
sublocation's externalId.
Example:
// Get sublocation external ID
String externalId = sublocation.getExternalId();
print('Sublocation external ID: $externalId');
Implementation
String get externalId;