Text.internal constructor

Text.internal(
  1. Document ownerDocument,
  2. String value
)

Internal constructor. Not part of dart:html.

Implementation

Text.internal(super.ownerDocument, super.value) : super._();