adminList property Null safety

List<String>? adminList
final

Gets the chat room admin list.

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

Implementation

final List<String>? adminList;