IsEmptyElement property

bool IsEmptyElement

Implementation

bool get IsEmptyElement {
  final event = (_current as XmlStartElementEvent);
  return event.isSelfClosing;
}