memberList property
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;
Gets the member list of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchMemberListFromServer before calling this method.
final List<String>? memberList;