$Version constructor

$Version({
  1. int? epoch,
  2. String? fullName,
  3. bool? inclusive,
  4. String? kind,
  5. String? name,
  6. String? revision,
})

Implementation

$Version({
  this.epoch,
  this.fullName,
  this.inclusive,
  this.kind,
  this.name,
  this.revision,
});