CommentReply constructor
CommentReply({})
Implementation
CommentReply({
this.author,
this.content,
this.createdDate,
this.deleted,
this.htmlContent,
this.kind,
this.modifiedDate,
this.replyId,
this.verb,
});