decodeTypeByte function

int decodeTypeByte(
  1. Uint8List byte
)

Implementation

int decodeTypeByte(Uint8List byte) {
  return _decodeBigIntWithSign(1, byte).toInt();
}