lightLevels property
List<LightLevel>
get
lightLevels
All of the LightLevel objects on the network that the user's device has permission to access.
This list is unmodifiable.
Implementation
List<LightLevel> get lightLevels => List.unmodifiable(_lightLevels);