error property

String? get error

The current validation error, or null.

Implementation

String? get error => _error;