LxError<T> constructor
const
LxError<T> (
- Object error, [
- StackTrace? stackTrace,
- T? lastValue
Creates an error status optionally carrying the lastValue.
Implementation
const LxError(this.error, [this.stackTrace, T? lastValue]) : super(lastValue);