reset method

void reset()

Implementation

void reset() {
  onDataChange?.call(this);
  _isModified = false;
  resetEditingSource();
}