invalidateSelf method

void invalidateSelf()

Implementation

void invalidateSelf() {
  _isDirty = true;
}