setUint128 method

void setUint128(
  1. BigInt value
)

Implementation

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