Question constructor
Question({})
Implementation
Question({
this.author,
this.createTime,
this.name,
this.text,
this.topAnswers,
this.totalAnswerCount,
this.updateTime,
this.upvoteCount,
});
Question({
this.author,
this.createTime,
this.name,
this.text,
this.topAnswers,
this.totalAnswerCount,
this.updateTime,
this.upvoteCount,
});