error property
E?
error
final
data that pass to onError
useage: FetchingState.error({E? error})
Implementation
final E? error;
data that pass to onError
useage: FetchingState.error({E? error})
final E? error;