rawHtml property

String? get rawHtml

Returns the raw HTML content.

Returns null if HTML content hasn't been loaded yet.

Implementation

String? get rawHtml => _htmlContent;