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