checkErrorStates property

bool checkErrorStates
final

Controls whether the controller checks for state errors before returning submitted values.

State errors are invalid user inputs that are not related to the structure validation itself where they are just reported as null values.

Implementation

final bool checkErrorStates = true;