List of zones, attached to this sublocation Zone.
Example:
// Get zones List<Zone> zones = sublocation.getZones(); print('Number of zones: ${zones.length}');
List<Zone> get zones;