error property
String
get
error
Current error message, if any.
Returns empty string when there are no errors.
Implementation
String get error => _error;
Current error message, if any.
Returns empty string when there are no errors.
String get error => _error;