smartScenes property
List<SmartScene>
get
smartScenes
All of the SmartScene objects on the network that the user's device has permission to access.
This list is unmodifiable.
Implementation
List<SmartScene> get smartScenes => List.unmodifiable(_smartScenes);