getNamedConstructor abstract method

ConstructorElement? getNamedConstructor(
  1. String name
)

Returns the constructor defined directly in this class or augmentation that has the given name. TODO(scheglov) Deprecate and remove it.

Implementation

ConstructorElement? getNamedConstructor(String name);