muteList property Null safety
final
Gets the mute list of the group.
Note To get the correct value, ensure that you call {@link ChatGroupManager#fetchMuteListFromServer(String, int?, int?)} before calling this method.
Implementation
final List<String>? muteList;