getAttribute method

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

Implementation

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