getAttribute method

  1. @mustCallSuper
String? getAttribute(
  1. String qualifiedName
)

Implementation

@mustCallSuper
String? getAttribute(String qualifiedName) {
  return attributes[qualifiedName];
}