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