Text constructor

Text(
  1. String value
)

Implementation

factory Text(String value) {
  return Text.internal(window.document, value);
}