getAttribute method

String? getAttribute(
  1. String name
)

Returns the value of an attribute.

Returns null if an attribute with this name has not been added.

Implementation

String? getAttribute(String name) => _delegate.getAttribute(name);