rooms property

List<Room> rooms

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

Implementation

List<Room> get rooms => List.from(_rooms, growable: false);