isValid property

bool get isValid

Check if all validations are valid

Implementation

bool get isValid =>
    responses.every((response) => (response is FormValidationSuccess));