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