unnamedConstructor2 property

  1. @Deprecated('Use unnamedConstructor instead')
ConstructorElement? get unnamedConstructor2

The unnamed constructor declared directly in this class.

If the class does not declare any constructors, a synthetic default constructor will be returned.

Implementation

@Deprecated('Use unnamedConstructor instead')
ConstructorElement? get unnamedConstructor2;