LCECatch constructor
const
LCECatch({
- CatchLevel level = CatchLevel.weak,
- String? title,
- String? message,
- bool withCause = true,
Implementation
const LCECatch(
{this.level = CatchLevel.weak,
this.title,
this.message,
this.withCause = true});