isValid property

bool get isValid

Whether the field is valid

Implementation

bool get isValid => _error.value == null;