add property

Future<void> Function(Iterable<T> items, {bool toView})? add
final

Callback, called when the provided T items should be persisted.

Implementation

final Future<void> Function(Iterable<T> items, {bool toView})? add;