bigIntToUint8List static method

Uint8List bigIntToUint8List(
  1. BigInt bigInt
)

Implementation

static Uint8List bigIntToUint8List(BigInt bigInt) =>
    _bigIntToByteData(bigInt).buffer.asUint8List();