Returns an iterable containing modifiable functions.
@override Iterable<Function> get modifiable => <Function>{add, addAll, clear, remove, removeAll, removeWhere, ...super.modifiable};