archivedRooms property

List<ArchivedRoom> 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;