Distribution constructor

Distribution({
  1. String? architecture,
  2. String? cpeUri,
  3. String? description,
  4. Version? latestVersion,
  5. String? maintainer,
  6. String? url,
})

Implementation

Distribution({
  this.architecture,
  this.cpeUri,
  this.description,
  this.latestVersion,
  this.maintainer,
  this.url,
});