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