reset method

void reset()

Implementation

void reset() {
  _properties.clear();
  _pendingProperties.clear();
  _importants.clear();
  _sheetStyle.clear();
}