getExtension abstract method

ExtensionElement2? getExtension(
  1. String name
)

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

Implementation

ExtensionElement2? getExtension(String name);