buildWhen property

The function that will be called with the previous state and the current state and must return a boolean. If buildWhen is provided, the builder will only be called if the function returns true.

Implementation

final FastStorePlanBuilderCondition? buildWhen;