readI16 method

  1. @override
int readI16()
override

Implementation

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