factory MuteEvent.fromMap(Map<String, dynamic> body) { return MuteEvent( uuid: body['uuid'], mute: body['muted'], ); }