DetailedVersion constructor
DetailedVersion({})
Implementation
DetailedVersion(
{this.number,
this.authorId,
this.message,
this.createdAt,
bool? minorEdit,
bool? contentTypeModified,
List<String>? collaborators,
this.prevVersion,
this.nextVersion})
: minorEdit = minorEdit ?? false,
contentTypeModified = contentTypeModified ?? false,
collaborators = collaborators ?? [];