clear method

void clear()

Clear all entities

Implementation

void clear() {
  value.clear();
  notifyListenersTransaction();
}