markSaved method
void
markSaved()
Marks the current value as the persisted baseline.
Implementation
void markSaved() {
_savedValue = value;
}
Marks the current value as the persisted baseline.
void markSaved() {
_savedValue = value;
}