description property Null safety
final
Gets the chat room description from the memory.
Note To get the correct value, ensure that you call {@ link ChatRoomManager#fetchChatRoomInfoFromServer(String)} before calling this method.
Implementation
final String? description;