TooManyDistributions constructor

TooManyDistributions({
  1. String? message,
})

Implementation

TooManyDistributions({
  this.message,
});