Failure constructor

const Failure(
  1. String message, {
  2. BKTException? exception,
})

Implementation

const Failure(this.message, {this.exception});