name property Null safety

String? name
final

Gets the chat room name from the memory.

Note To get the correct value, ensure that you call {@ link EMChatRoomManager#fetchChatRoomInfoFromServer(String)} before calling this method.

Implementation

final String? name;