lightLevels property
List<LightLevel>
get
lightLevels
All of the LightLevel objects on the network that the user's device has permission to access.
Implementation
List<LightLevel> get lightLevels => List.from(_lightLevels, growable: false);