readI64 method

  1. @override
int readI64()
override

Implementation

@override
int readI64() {
  return zigzagToLong(readVarint64()).toInt();
}