setUint128 method

void setUint128(
  1. BigInt value
)

Writes an unsigned integer to 16-bytes.

The offset must satisy the relations 0offsetoffset+8this.length.

Implementation

void setUint128(final BigInt value) => setBigUint(value, ByteLength.u128);