pageSource property

String pageSource

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

Implementation

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