hasBeenRead property

bool hasBeenRead

Implementation

bool get hasBeenRead {
  return _isRead == true && _bytes != null;
}