setUint64 method

void setUint64(
  1. BigInt value
)

Implementation

void setUint64(final BigInt value) => setBigUint(value, ByteLength.u64);