RxError<T> constructor

const RxError<T>(
  1. Failure failure
)

Implementation

const RxError(this.failure);