scenes property

List<Scene> get scenes

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

This list is unmodifiable.

Implementation

List<Scene> get scenes => List.unmodifiable(_scenes);