buildWhen property

MutationBuilderCondition<T>? buildWhen
final

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

Implementation

final MutationBuilderCondition<T>? buildWhen;