getClass abstract method
Returns the class with the given name, or null
if this library does not have a class with the given name.
Implementation
ClassElementImpl? getClass(String name);
Returns the class with the given name, or null
if this library does not have a class with the given name.
ClassElementImpl? getClass(String name);