decodeInt static method

int decodeInt(
  1. Uint8List bytes
)

Implementation

static int decodeInt(Uint8List bytes) => decodeBigInt(bytes).toInt();