errorMessage property

String? get errorMessage

The latest error message produced by the controller or the underlying services.

Implementation

String? get errorMessage => _errorMessage;