muteList property Null safety

List? muteList

Gets the mute list of the group.

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

Implementation

List? get muteList => _muteList;