getClass abstract method
The class defined in this library that has the given name
, or
null
if this library does not define a class with the given name.
Implementation
@Deprecated(elementModelDeprecationMsg)
ClassElement? getClass(String name);
The class defined in this library that has the given name
, or
null
if this library does not define a class with the given name.
@Deprecated(elementModelDeprecationMsg)
ClassElement? getClass(String name);