MultipleBeanFoundException class

Exception thrown when multiple beans are found and no primary is specified

Inheritance

Constructors

MultipleBeanFoundException(Type type, List<String> beanNames, {String? qualifier})

Properties

beanNames List<String>
final
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
qualifier String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited