ConstructorElementRef constructor

ConstructorElementRef(
  1. NamedDartType classType,
  2. String name
)

Creates a reference to a constructor in a class.

@param classType The type of the class containing the constructor @param name The name of the constructor (empty for default constructor)

Implementation

ConstructorElementRef(this.classType, this.name);