getElement abstract method

Element? getElement(
  1. String name
)

Returns the element with the given name, or null if this library does not have an element with the given name.

Implementation

Element? getElement(String name);