factory PollAnswer.fromJson(Map<String, Object?> json) => PollAnswer( id: json['id'] as String, mText: json[PollEventContent.mTextJsonKey] as String, );