Poll constructor
Poll({})
Implementation
Poll({
required this.id,
required this.text,
required this.title,
required this.score,
required this.descendants,
required this.by,
required this.type,
required this.parent,
required this.time,
required this.dead,
required this.deleted,
required this.kids,
required this.parts,
});