NoSuchDistribution constructor

NoSuchDistribution({
  1. String? message,
})

Implementation

NoSuchDistribution({
  this.message,
});