IntegerType constructor

IntegerType(
  1. Uint8List val,
  2. int bytelen
)

Implementation

IntegerType(this.val, this.bytelen);