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