getAttribute method

String? getAttribute(
  1. String name
)

Implementation

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