getConstructor abstract method

ConstructorElement? getConstructor(
  1. String name
)

Returns the constructor with the given name, or null if not found.

Implementation

ConstructorElement? getConstructor(String name);