constructor<R> abstract method

ConstructorReflection<O>? constructor<R>(
  1. String constructorName
)

Returns a ConstructorReflection for constructorName.

Implementation

ConstructorReflection<O>? constructor<R>(String constructorName);