ErrorState<E, S> constructor

const ErrorState<E, S>(
  1. E error
)

Implementation

const ErrorState(this.error);