error property

E? error
final

data that pass to onError

useage: FetchingState.error({E? error})

Implementation

final E? error;