DocumentTitle constructor

DocumentTitle(
  1. String value
)

Implementation

DocumentTitle(String value) {
  document.title = value;
}