groupedLights property

List<GroupedLight> get groupedLights

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

This list is unmodifiable.

Implementation

List<GroupedLight> get groupedLights => List.unmodifiable(_groupedLights);