CommentVersion constructor
CommentVersion({})
Implementation
CommentVersion(
{this.createdAt,
this.message,
this.number,
bool? minorEdit,
this.authorId,
this.comment})
: minorEdit = minorEdit ?? false;