NIMMuteListChangedNotify constructor Null safety

NIMMuteListChangedNotify(
  1. {required String account,
  2. required bool mute}
)

Implementation

NIMMuteListChangedNotify({required this.account, required this.mute});