clearDirty method

void clearDirty()

Clears the dirty state, marking it as clean.

Implementation

void clearDirty() {
  _setIsDirty(false);
}