clearProperties method
void
clearProperties()
Clears all properties.
This removes all stored properties from the context.
Implementation
void clearProperties() => _properties.clear();
Clears all properties.
This removes all stored properties from the context.
void clearProperties() => _properties.clear();