XmlDeclarationSyntheticImpl constructor

XmlDeclarationSyntheticImpl([
  1. Iterable<XmlAttribute> attributesIterable = const []
])

Implementation

XmlDeclarationSyntheticImpl([
  Iterable<XmlAttribute> attributesIterable = const [],
]) {
  attributes.addAll(attributesIterable);
}