clear method

void clear()

Clears all values from the context Sets parent to null

Implementation

void clear() {
  parent = null;
  _storage.clear();
}