toUint8List64 method

Uint8List toUint8List64()

Converts this BigInt to a Uint8List of 8 bytes (64 bits).

Implementation

Uint8List toUint8List64() => toInt().toUint8List64();