markCorrupt method

void markCorrupt()

Implementation

void markCorrupt() {
  if (hidden) return;
  hidden = true;
  notifyListeners();
}