size property

int size

Implementation

int get size{
  assert(_isStream != null && !_isStream);
  return _bytes.length;
}