RxError constructor

RxError(
  1. String message, [
  2. dynamic cause
])

Implementation

RxError(this.message, [this.cause]);