getNamedConstructor abstract method

ConstructorElement? getNamedConstructor(
  1. String name
)

Returns the constructor from constructors that has the given name.

Implementation

ConstructorElement? getNamedConstructor(String name);