markSaved method

void markSaved()

Marks the current value as the persisted baseline.

Implementation

void markSaved() {
  _savedValue = value;
}