ProcessingInstruction.internal constructor

ProcessingInstruction.internal(
  1. Document ownerDocument, {
  2. StyleSheet? sheet,
  3. String? target,
})

Internal constructor. Not part of dart:html.

Implementation

ProcessingInstruction.internal(
  Document ownerDocument, {
  this.sheet,
  this.target,
}) : super._(ownerDocument, '');