Creates a Poll object from JSON object
factory Poll.fromJson(Map<String, dynamic> json) => _$PollFromJson(json);