LocalVariableInfo class

Additional information about local variables within a function or method produced at resolution time.

Constructors

LocalVariableInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
potentiallyMutatedInClosure Set<VariableElement>
The set of local variables and parameters that are potentially mutated within a local function other than the function in which they are declared.
final
potentiallyMutatedInScope Set<VariableElement>
The set of local variables and parameters that are potentially mutated within the scope of their declarations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited