constructorElement property

  1. @experimental
ConstructorElement? get constructorElement

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

@experimental
ConstructorElement? get constructorElement;