setInt128 method

void setInt128(
  1. BigInt value
)

Implementation

void setInt128(final BigInt value) => setBigInt(value, ByteLength.i128);