clear method Null safety

void clear()

Removes all the entities schema from the Normalize instance.

Implementation

void clear() => _schema.clear();