errorMsg property
String
get
errorMsg
Simply display the error.
Implementation
String get errorMsg => _error == null ? '' : _error.toString();
Simply display the error.
String get errorMsg => _error == null ? '' : _error.toString();