errorText property

String? get errorText

The current validation error message, or null if valid.

Implementation

String? get errorText => _errorText;