potentiallyMutatedInClosure property

Set<VariableElement> potentiallyMutatedInClosure
final

The set of local variables and parameters that are potentially mutated within a local function other than the function in which they are declared.

Implementation

final Set<VariableElement> potentiallyMutatedInClosure = <VariableElement>{};