Comment constructor
Comment({})
Implementation
Comment({
this.authorArn,
this.callerReactions,
this.clientRequestToken,
this.commentId,
this.content,
this.creationDate,
this.deleted,
this.inReplyTo,
this.lastModifiedDate,
this.reactionCounts,
});