readI32 method

  1. @override
int readI32()
override

Implementation

@override
int readI32() {
  return zigzagToInt(readVarint32());
}