getNamedConstructor2 abstract method
- @Deprecated('Use getNamedConstructor instead')
- String name
Returns the constructor from constructors that has the given name
.
Implementation
@Deprecated('Use getNamedConstructor instead')
ConstructorElement? getNamedConstructor2(String name);