revertElementAttributes method

Map<String, String>? revertElementAttributes(
  1. T? element,
  2. Map<String, String>? attributes
)

Implementation

Map<String, String>? revertElementAttributes(
    T? element, Map<String, String>? attributes) {
  return attributes;
}