groupedLights property

List<GroupedLight> groupedLights

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

Implementation

List<GroupedLight> get groupedLights =>
    List.from(_groupedLights, growable: false);