getNamedConstructor2 abstract method

  1. @Deprecated('Use getNamedConstructor instead')
ConstructorElement? getNamedConstructor2(
  1. String name
)

Returns the constructor from constructors that has the given name.

Implementation

@Deprecated('Use getNamedConstructor instead')
ConstructorElement? getNamedConstructor2(String name);