getNamedConstructor abstract method

ConstructorElement? getNamedConstructor(
  1. String name
)

Return the named constructor declared in this class with the given name, or null if this class does not declare a named constructor with the given name.

Implementation

ConstructorElement? getNamedConstructor(String name);