ConstructorElementRef constructor
ConstructorElementRef(
- NamedDartType classType,
- 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);