rooms property

List<Room> get rooms

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

This list is unmodifiable.

Implementation

List<Room> get rooms => List.unmodifiable(_rooms);