ExceptionFilterOptions constructor

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

Implementation

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