markUnmodified method

void markUnmodified()

Marks the asset as unmodified.

Implementation

void markUnmodified() {
  _isModified = false;
}