IntegerOption.parse constructor

IntegerOption.parse(
  1. OptionType type,
  2. Uint8Buffer byteValue
)

Implementation

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