Os constructor

Os({
  1. int? min,
  2. int? current,
  3. String? link1,
  4. String? link2,
  5. String? link1Title,
  6. String? link2Title,
})

Implementation

Os({
  this.min,
  this.current,
  this.link1,
  this.link2,
  this.link1Title,
  this.link2Title,
});