NoSuchDistribution constructor

NoSuchDistribution({
  1. String? type,
  2. String? message,
})

Implementation

NoSuchDistribution({String? type, String? message})
    : super(type: type, code: 'NoSuchDistribution', message: message);