Version constructor

Version({
  1. String? description,
  2. bool? isLegacy,
  3. String? rollbackSource,
  4. String? updateOrigin,
  5. String? updateTime,
  6. String? updateType,
  7. RemoteConfigUser? updateUser,
  8. String? versionNumber,
})

Implementation

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