lights property

List<Light> get lights

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

This list is unmodifiable.

Implementation

List<Light> get lights => List.unmodifiable(_lights);