factory PollMessageChannel.fromJson(Map<String, dynamic> json) => PollMessageChannel( data: Channel.fromJson(json), payload: json, );