TruncatedIntType constructor

TruncatedIntType(
  1. dynamic val,
  2. int bytelen
)

Implementation

TruncatedIntType(this.val, this.bytelen);