isOriginDeclaration property

bool get isOriginDeclaration

Whether the constructor is from an explicit ConstructorDeclaration or PrimaryConstructorDeclaration.

Constructor origin getters are mutually exclusive. Exactly one of the following is true:

Implementation

bool get isOriginDeclaration;