getTopLevelVariable abstract method
Returns the top-level variable defined in this library that has the
given name.
Implementation
TopLevelVariableElement? getTopLevelVariable(String name);
Returns the top-level variable defined in this library that has the
given name.
TopLevelVariableElement? getTopLevelVariable(String name);