buildWhen property
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;