AvailSuppression constructor

AvailSuppression({
  1. Mode? mode,
  2. String? value,
})

Implementation

AvailSuppression({
  this.mode,
  this.value,
});