attributes property

List<String>? attributes
final

Attributes of the Element node in the form of flat array [name1, value1, name2, value2].

Implementation

final List<String>? attributes;