memberList property Null safety

List? memberList

Gets the member list of the group.

Note To get the correct value, ensure that you call {@link EMGroupManager#fetchMemberListFromServer(String, int?, String?)} before calling this method.

Implementation

List? get memberList => _memberList;