getClass abstract method

ClassElementImpl? getClass(
  1. String name
)

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);