getAttribute method

String? getAttribute(
  1. String attr
)

Implementation

String? getAttribute(String attr) {
  return attributes[attr];
}