errorMsg property

String errorMsg

Simply display the error.

Implementation

String get errorMsg => _error == null ? '' : _error.toString();