constructorElement2 property

  1. @Deprecated('Use constructorElement instead')
  2. @experimental
ConstructorElement? get constructorElement2

The constructor that's invoked by this enum constant.

Returns null if the AST structure hasn't been resolved, or if the constructor couldn't be resolved.

Implementation

@Deprecated('Use constructorElement instead')
@experimental
ConstructorElement? get constructorElement2;