getClass2 abstract method
Returns the class defined in this library that has the given name
.
Implementation
@Deprecated('Use getClass instead')
ClassElement? getClass2(String name);
Returns the class defined in this library that has the given name
.
@Deprecated('Use getClass instead')
ClassElement? getClass2(String name);