buildWhen property

  1. @override
BuildWhen<QueryResult<TData>>? buildWhen
final

Whether a change from the result last built to the current one is worth a rebuild; null rebuilds for every changed result. Compares the controller's results (see QueryBuilder.buildWhen); a change of the paging flags alone rebuilds regardless.

Implementation

@override
final BuildWhen<QueryResult<TData>>? buildWhen;