PairIntOption constructor

const PairIntOption(
  1. String name, {
  2. int? min,
  3. int? max,
  4. String? short,
  5. String? description,
})

Implementation

const new(super.name, {this.min, this.max, super.short, super.description});