memberList property

List<String>? memberList
final

~english Gets the member list of the group.

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

~chinese 从内存中获取群组成员列表。

Note 如需最新数据,需先从服务器获取:EMGroupManager.fetchMemberListFromServer

Return 群组成员列表。 ~end

Implementation

final List<String>? memberList;