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