toBuffer function

Uint8List toBuffer(
  1. BigInt d
)

BigInt to Uint8List buffer

Implementation

Uint8List toBuffer(BigInt d) {
  return _encodeBigInt(d);
}