groupedLights property
List<GroupedLight>
get
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);