adminList property Null safety
Gets the admin list of the group.
Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String)} before calling this method.
Implementation
List? get adminList => _adminList;