DocumentationVersion constructor

DocumentationVersion({
  1. DateTime? createdDate,
  2. String? description,
  3. String? version,
})

Implementation

DocumentationVersion({
  this.createdDate,
  this.description,
  this.version,
});