errorMessage property
The latest error message produced by the controller or the underlying services.
Implementation
String? get errorMessage => _errorMessage;
The latest error message produced by the controller or the underlying services.
String? get errorMessage => _errorMessage;