memberList property

List<String>? memberList
final

Gets the member list of the group.

Note To get the correct value, ensure that you call ChatGroupManager.fetchMemberListFromServer before calling this method.

Implementation

final List<String>? memberList;