title property
      
      String
      get
      title
      
    
    
The title of the current page.
Implementation
String get title => _client.send(
    _handler.core.buildTitleRequest(), _handler.core.parseTitleResponse);The title of the current page.
String get title => _client.send(
    _handler.core.buildTitleRequest(), _handler.core.parseTitleResponse);