FlashException constructor
FlashException({
- String? title,
- String? message,
- ExceptionType type = ExceptionType.none,
- int statusCode = 200,
Implementation
FlashException({
this.title,
this.message,
this.type = ExceptionType.none,
this.statusCode = 200,
});