getNamedConstructor2 abstract method

ConstructorElement2? getNamedConstructor2(
  1. String name
)

Returns the constructor from constructors2 that has the given name.

Implementation

ConstructorElement2? getNamedConstructor2(String name);