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