atEof method

  1. @override
bool atEof(
  1. int i
)

Implementation

@override
bool atEof(int i) => _done && i >= _len;