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