Release constructor

Release({
  1. double? fraction,
  2. String? fractionGroup,
  3. String? name,
  4. bool? pinnable,
  5. Interval? serving,
  6. String? version,
})

Implementation

Release({
  this.fraction,
  this.fractionGroup,
  this.name,
  this.pinnable,
  this.serving,
  this.version,
});