clearChanges static method

void clearChanges()

Clear all changes.

Implementation

static void clearChanges() {
  _changes.clear();
}