memberList property

List<String>? memberList
final

Gets the member list.

Note To get the correct value, ensure that you call ChatRoomManager.fetchChatRoomMembers.

Implementation

final List<String>? memberList;