getClass2 abstract method

  1. @Deprecated('Use getClass instead')
ClassElement? getClass2(
  1. String name
)

Returns the class defined in this library that has the given name.

Implementation

@Deprecated('Use getClass instead')
ClassElement? getClass2(String name);