onItemsChanged property

ValueChanged<List<T>>? onItemsChanged
final

Reports the complete accumulated item list after a successful fetch.

Implementation

final ValueChanged<List<T>>? onItemsChanged;