clearProperties method

void clearProperties()

Clears all properties.

This removes all stored properties from the context.

Implementation

void clearProperties() => _properties.clear();