toUint8List32 method

Uint8List toUint8List32()

Converts this BigInt to a Uint8List of 4 bytes (32 bits).

Implementation

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