clearDirty method

void clearDirty()

Implementation

void clearDirty() {
  _dirty = false;
}