XmlDeclarationNaturalImpl constructor

XmlDeclarationNaturalImpl(
  1. XmlSourceRange source,
  2. Iterable<XmlAttributeNaturalImpl> attributesIterable
)

Implementation

XmlDeclarationNaturalImpl(
  this.source,
  Iterable<XmlAttributeNaturalImpl> attributesIterable,
) : super(attributesIterable);