getNamedConstructor abstract method

ConstructorElement? getNamedConstructor(
  1. String name
)

The constructor defined directly in this class or augmentation that has the given name.

Implementation

// TODO(scheglov): Deprecate and remove it.
ConstructorElement? getNamedConstructor(String name);