pageSource property
An artist's rendition of the current page's source.
Implementation
String get pageSource => _client.send(_handler.core.buildPageSourceRequest(),
_handler.core.parsePageSourceResponse);
An artist's rendition of the current page's source.
String get pageSource => _client.send(_handler.core.buildPageSourceRequest(),
_handler.core.parsePageSourceResponse);