getNamedConstructor abstract method
Returns the constructor from constructors that has the given name
.
Implementation
ConstructorElement? getNamedConstructor(String name);
Returns the constructor from constructors that has the given name
.
ConstructorElement? getNamedConstructor(String name);