toUint64Buffer method

Uint8List toUint64Buffer()

Converts this BigInt into an 8-byte Uint8List.

Implementation

Uint8List toUint64Buffer() => toUint8List(8);