Version constructor
Version({})
Implementation
Version({
this.description,
this.isLegacy,
this.rollbackSource,
this.updateOrigin,
this.updateTime,
this.updateType,
this.updateUser,
this.versionNumber,
});