constructor abstract method

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

Returns a ConstructorReflection for constructorName.

Implementation

ConstructorReflection<O>? constructor(String constructorName);