memberList property Null safety
final
Gets the member list.
Note To get the correct value, ensure that you call {@link EMChatRoomManager#fetchChatRoomMembers(String, bool?)}
Implementation
final List<String>? memberList;
Gets the member list.
Note To get the correct value, ensure that you call {@link EMChatRoomManager#fetchChatRoomMembers(String, bool?)}
final List<String>? memberList;