unnamedConstructor property
ConstructorElement?
get
unnamedConstructor
The unnamed constructor declared directly in this class.
If the class does not declare any constructors, a synthetic default constructor will be returned.
Implementation
// TODO(scheglov): Deprecate and remove it.
ConstructorElement? get unnamedConstructor;