markExpired method

void markExpired()

Implementation

void markExpired() {
  assert(!_expired);
  _expired = true;
}