getConstructor abstract method
Returns the constructor with the given name
, or null if not found.
Implementation
ConstructorElement? getConstructor(String name);
Returns the constructor with the given name
, or null if not found.
ConstructorElement? getConstructor(String name);