archivedRooms property
List<ArchivedRoom>
get
archivedRooms
Get a list of the archived rooms
Attention! Archived rooms are only returned if loadArchive() was called beforehand! The state refers to the last retrieval via loadArchive()!
Implementation
List<ArchivedRoom> get archivedRooms => _archivedRooms;