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