announcement property Null safety

String? announcement
final

Gets the chat room announcement in the chat room from the memory.

Note To get the correct value, ensure that you call {@ link EMChatRoomManager#fetchChatRoomAnnouncement(String)} before calling this method. Otherwise, the return value may not be correct.

Implementation

final String? announcement;