Comment constructor
Comment({})
Implementation
Comment({
this.anchor,
this.author,
this.content,
this.createdTime,
this.deleted,
this.htmlContent,
this.id,
this.kind,
this.modifiedTime,
this.quotedFileContent,
this.replies,
this.resolved,
});