lastError property
RxException?
get
lastError
Get the last error that occurred during computation
Implementation
RxException? get lastError => _lastError;
Get the last error that occurred during computation
RxException? get lastError => _lastError;