getAttribute method

String? getAttribute(
  1. String name
)

Implementation

String? getAttribute(String name) {
  return _el!.attributes[name];
}