zones property

List<Zone> get zones

All of the Zone objects on the network that the user's device has permission to access.

This list is unmodifiable.

Implementation

List<Zone> get zones => List.unmodifiable(_zones);