getConstructor method
Returns the constructor with the given name
, or null if not found.
Implementation
@override
ConstructorElement? getConstructor(String name) {
return element.getConstructor(name);
}
Returns the constructor with the given name
, or null if not found.
@override
ConstructorElement? getConstructor(String name) {
return element.getConstructor(name);
}