isValid property

bool get isValid

Whether the field currently passes validation.

Implementation

bool get isValid => _errorText == null;