IntegerOption constructor

IntegerOption(
  1. OptionType type,
  2. int value
)

Implementation

IntegerOption(this.type, this.value) : byteValue = _bytesFromValue(value);