getAttribute method

String? getAttribute(
  1. String name
)

Implementation

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