isOriginDeclaration property
bool
get
isOriginDeclaration
Whether the property accessor is from an explicit MethodDeclaration or FunctionDeclaration.
When this is true, isOriginVariable and isOriginInterface are false.
Implementation
bool get isOriginDeclaration;