unreadLength property

int unreadLength

Implementation

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