markDirty method

void markDirty()

Implementation

void markDirty() {
  _parent?.markDirty();
  dirty = true;
}