onAddAll property

(void Function(Iterable<T?> iterable)?) onAddAll
getter/setter pair

Callback function called when a collection of elements is added.

Implementation

void Function(Iterable<T?> iterable)? onAddAll;