AttributeCount property

int AttributeCount

Implementation

int get AttributeCount {
  final event = (_current as XmlStartElementEvent);
  return event.attributes.length;
}