Whether the FormzInput value is valid according to the overridden validator.
FormzInput
validator
Returns true if validator returns null for the current FormzInput value and false otherwise.
true
null
false
@override bool get isValid => _error == null;