lastError property

RxException? get lastError

Get the last error that occurred during computation

Implementation

RxException? get lastError => _lastError;