getType abstract method

  1. @Deprecated('Use getClass() instead')
ClassElement? getType(
  1. String className
)

Return 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('Use getClass() instead')
ClassElement? getType(String className);