IntegerWithUnits<T> constructor

IntegerWithUnits<T>(
  1. int value,
  2. T unit,
  3. int _byteLength
)

Implementation

IntegerWithUnits(this.value, this.unit, this._byteLength);