getAttribute abstract method

String? getAttribute(
  1. String name, {
  2. String? namespace,
})

Return the attribute value with the given name, or null.

Implementation

String? getAttribute(String name, {String? namespace});