factory PollEventContent.fromJson(Map<String, dynamic> json) => PollEventContent( mText: json[mTextJsonKey], pollStartContent: PollStartContent.fromJson(json[startType]), );