getElementAttributes method

Map<String, String>? getElementAttributes(
  1. T? element
)

Implementation

Map<String, String>? getElementAttributes(T? element) {
  throw UnsupportedError("Can't get element attributes: $element");
}