ProcessingInstruction.internal constructor
ProcessingInstruction.internal(
- Document ownerDocument, {
- StyleSheet? sheet,
- String? target,
Internal constructor. Not part of dart:html.
Implementation
ProcessingInstruction.internal(
Document ownerDocument, {
this.sheet,
this.target,
}) : super._(ownerDocument, '');