levelId property

String get levelId

sublocation's levelId.

Example:

// Get sublocation level ID
String levelId = sublocation.getLevelId();
print('Sublocation level ID: $levelId');

Implementation

String get levelId;