Failure<T> constructor

Failure<T>(
  1. Object error, [
  2. StackTrace? stackTrace
])

Implementation

Failure(this.error, [this.stackTrace]);