MultipleBeanFoundException constructor

MultipleBeanFoundException(
  1. Type type,
  2. List<String> beanNames, {
  3. String? qualifier,
})

Implementation

MultipleBeanFoundException(this.type, this.beanNames, {this.qualifier})
    : super(_createMessage(type, beanNames, qualifier));