getAttrValue method

  1. @override
String? getAttrValue(
  1. String name
)

Gets an attribute value by name.

Returns null if attribute does not exist.

Implementation

@override
String? getAttrValue(String name) => this[name];