inDeclarationContext method

  1. @override
bool inDeclarationContext()
override

Return true if this identifier is the name being declared in a declaration.

Implementation

@override
bool inDeclarationContext() => true;