ExceptionBreakpointsFilter constructor

ExceptionBreakpointsFilter({
  1. String? conditionDescription,
  2. bool? defaultValue,
  3. String? description,
  4. required String filter,
  5. required String label,
  6. bool? supportsCondition,
})

Implementation

ExceptionBreakpointsFilter({
  this.conditionDescription,
  this.defaultValue,
  this.description,
  required this.filter,
  required this.label,
  this.supportsCondition,
});