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