title property

String title

The title of the current page.

Implementation

String get title => _client.send(
    _handler.core.buildTitleRequest(), _handler.core.parseTitleResponse);