extensions library

Extensions

ListIdentifiableUtils on List<T>
ManagedListStreamX on Stream<ManagedList<E>>
ModelManageEvents on Stream<E>
PaginatedListSnapshotExt on AsyncSnapshot<PaginatedList<T>>
PaginatedList snapshot extensions
PaginatedListStreamExtensions on Stream<PaginatedList<T>>
PaginatedList stream extensions

Typedefs

OperationCallback<E extends Identifiable> = Future<ManageOperation> Function(E updatedIdentifiable, List<E> list)
The returned ManageOperation determines whether the updatedIdentifiable will be merged, removed or ignored from the list.