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