onChange property

Consumer<Iterable<T>>? onChange
final

A callback for whenever the list changes

Implementation

final Consumer<Iterable<T>>? onChange;