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