FailedState<T, E> constructor

const FailedState<T, E>(
  1. FailureResponse<E> error
)

Implementation

const FailedState(this.error);