DistributionNotDisabled constructor

DistributionNotDisabled({
  1. String? message,
})

Implementation

DistributionNotDisabled({
  this.message,
});