getConstructor abstract method

ConstructorElement? getConstructor(
  1. String name
)

Returns the constructor with the given name, or null if this element does not have a constructor with the given name.

Implementation

ConstructorElement? getConstructor(String name);