isExtinct property
bool
get
isExtinct
Whether this is an extinct room which has been archived in favor of a new
room which replaces this. Use getLegacyRoomInformations()
to get more
informations about it if this is true.
Implementation
bool get isExtinct => getState(EventTypes.RoomTombstone) != null;