factory ModelChangeChannelModesChanged.fromJson(Map<String, dynamic> json) => ModelChangeChannelModesChanged( channel: json['channel'] as String, );