processingInstruction top-level property

dynamic get processingInstruction

A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.

MDN Reference

Implementation

_i2.dynamic get processingInstruction => _i4.getProperty(
      _self,
      'ProcessingInstruction',
    );