unnamedConstructor property

ConstructorElement? unnamedConstructor

Return the unnamed constructor declared in this class, or null if either this class does not declare an unnamed constructor but does declare named constructors or if this class represents a mixin declaration. The returned constructor will be synthetic if this class does not declare any constructors, in which case it will represent the default constructor for the class.

Implementation

ConstructorElement? get unnamedConstructor;