error property
String?
get
error
Current error message if the async operation failed.
Implementation
String? get error {
throwIfDisposed('get error');
return _error.value;
}
Current error message if the async operation failed.
String? get error {
throwIfDisposed('get error');
return _error.value;
}