ExceptionFilterOptions constructor

ExceptionFilterOptions({
  1. String? condition,
  2. required String filterId,
  3. String? mode,
})

Implementation

ExceptionFilterOptions({
  this.condition,
  required this.filterId,
  this.mode,
});