toBuffer function

Uint8List toBuffer(
  1. BigInt d
)

Implementation

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