title property

String title

Target page title.

Implementation

String get title => _wrapped.title;
void title=(String v)

Implementation

set title(String v) {
  _wrapped.title = v;
}