getSublocations abstract method
Example:
final floors = activeBuilding.getSublocations();
print('Focused building, floor count: ${floors.length}');
Implementation
List<Sublocation> getSublocations();
Example:
final floors = activeBuilding.getSublocations();
print('Focused building, floor count: ${floors.length}');
List<Sublocation> getSublocations();