readI64 method

  1. @override
int readI64()
override

Implementation

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