IntegerOption constructor

IntegerOption(
  1. String name,
  2. int value
)

Implementation

IntegerOption(super.name, int super.value) : super._();