declaration property
PrimaryConstructorDeclaration?
get
declaration
The declaration of the primary constructor, or null if the class
does not have the primary constructor declaration (can happen in
erroneous code).
Implementation
PrimaryConstructorDeclaration? get declaration;