decodeBigInt method

BigInt decodeBigInt(
  1. Uint8List encoded, [
  2. int offset = 0
])

Implementation

BigInt decodeBigInt(Uint8List encoded, [int offset = 0]) =>
    decodeToBigInt(encoded, offset);