constructor abstract method
Returns a ConstructorReflection for constructorName
.
Implementation
ConstructorReflection<O>? constructor(String constructorName);
Returns a ConstructorReflection for constructorName
.
ConstructorReflection<O>? constructor(String constructorName);