element method

ElementType element(
  1. String name
)

Implementation

ElementType element(String name) {
  return elementsByTagName[name]!;
}