error property

  1. @override
Object? error
final

The latest error object received by the asynchronous computation.

If this is non-null, hasError will be true.

If data is not null, this will be null.

Implementation

@override
final Object? error;