getParentAttribute method

String? getParentAttribute(
  1. String name
)

Implementation

String? getParentAttribute(String name) {
  return _el!.parent!.attributes[name];
}