html property

String? get html

The text of the page in html format, if requested.

Implementation

String? get html => payload['html'];