localVariableInfo property

LocalVariableInfo? localVariableInfo
getter/setter pair

Additional information about local variables and parameters that are declared within this function body or any enclosing function body. null if resolution has not yet been performed.

Implementation

LocalVariableInfo? localVariableInfo;