FastConditionTest typedef

FastConditionTest = bool Function(dynamic value, FastFormFieldState field)

A Function that tests whether a single FastCondition is met.

Implementation

typedef FastConditionTest = bool Function(
    dynamic value, FastFormFieldState field);