pageSource property

Future<String> pageSource

An artist's rendition of the current page's source.

Implementation

Future<String> get pageSource => _client.send(
    _handler.core.buildPageSourceRequest(),
    _handler.core.parsePageSourceResponse);