LCECatch constructor

const LCECatch({
  1. CatchLevel level = CatchLevel.weak,
  2. String? title,
  3. String? message,
  4. bool withCause = true,
})

Implementation

const LCECatch(
    {this.level = CatchLevel.weak,
    this.title,
    this.message,
    this.withCause = true});