Removes all objects from this map; the length of the map becomes zero.
@override void clear({bool notify = true}) { super.clear(); if (notify) notifyListeners(); }