DocumentDefaultVersionDescription constructor

DocumentDefaultVersionDescription({
  1. String? defaultVersion,
  2. String? defaultVersionName,
  3. String? name,
})

Implementation

DocumentDefaultVersionDescription({
  this.defaultVersion,
  this.defaultVersionName,
  this.name,
});