isValid property

  1. @override
bool isValid
override

Indicates if this state not has error (which means that the error is not null) and not is validating and is validated

Implementation

@override
bool get isValid => !hasError && !isValidating && isValidated;