Failure constructor
const
Failure(
- String message, {
- StackTrace? stackTrace,
- dynamic exception,
Implementation
const Failure(this.message, {this.stackTrace, this.exception});