getExtensionType abstract method

ExtensionTypeElement2? getExtensionType(
  1. String name
)

Returns the extension type defined in this library that has the given name.

Implementation

ExtensionTypeElement2? getExtensionType(String name);