SetExceptionBreakpointsArguments constructor

SetExceptionBreakpointsArguments({
  1. List<ExceptionOptions>? exceptionOptions,
  2. List<ExceptionFilterOptions>? filterOptions,
  3. required List<String> filters,
})

Implementation

SetExceptionBreakpointsArguments({
  this.exceptionOptions,
  this.filterOptions,
  required this.filters,
});