Returns an iterable containing modifiable functions.
@override Iterable<Function> get modifiable => <Function>{set, ...super.modifiable};