getAttribute method

String? getAttribute(
  1. String name
)

Returns the value of an attribute.

Implementation

String? getAttribute(String name) {
  throw UnimplementedError('getAttribute() is not implemented');
}