snapError property

SnapError? snapError
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

final SnapError? snapError;