unreadLength property

int get unreadLength

Implementation

int get unreadLength {
  return _data.length - _current;
}