byteToBigInt static method

BigInt byteToBigInt(
  1. Uint8List bigIntBytes
)

Implementation

static BigInt byteToBigInt(Uint8List bigIntBytes) {
  return _decodeBigInt(bigIntBytes);
}