error property

Ref<Object?> error
final

The error object if the request fails. It is a Ref.

Implementation

final Ref<Object?> error = ref(null);