name property Null safety
final
Gets the chat room name from the memory.
Note To get the correct value, ensure that you call ChatRoomManager.fetchChatRoomInfoFromServer before calling this method.
Implementation
final String? name;
Gets the chat room name from the memory.
Note To get the correct value, ensure that you call ChatRoomManager.fetchChatRoomInfoFromServer before calling this method.
final String? name;