getConstructor abstract method
Returns the constructor with the given name, or null
if this element does not have a constructor with the given name.
Implementation
ConstructorElement? getConstructor(String name);
Returns the constructor with the given name, or null
if this element does not have a constructor with the given name.
ConstructorElement? getConstructor(String name);