buildWhen property

InfiniteQueryBuilderCondition<T>? buildWhen
final

This function is being called everytime the query registered in the InfiniteQueryBuilder receives new updates and let's you control when the _InfiniteQueryBuilderState.build method should be called

Implementation

final InfiniteQueryBuilderCondition<T>? buildWhen;