Failure<T> constructor
Failure<T> (
- Object error, [
- StackTrace? stackTrace
Implementation
Failure(this.error, [this.stackTrace]);
Failure(this.error, [this.stackTrace]);