readI32 method

  1. @override
int readI32()
override

Implementation

@override
int readI32() {
  return _proto?.readI32() ?? 0;
}