fromBuffer function

BigInt fromBuffer(
  1. Uint8List d
)

Implementation

BigInt fromBuffer(Uint8List d) {
  return _decodeBigInt(d);
}