Web page HTML content.
@override String? get html => getString('html');
@override set html(String? content) => this['html'] = content;