byteDataSetUint64 function
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
Implementation
void byteDataSetUint64($data.ByteData byteData, int byteOffset, BigInt value,
$data.Endian endian) =>
byteData.setUint64(byteOffset, value.toInt(), endian);