isLoaded property

bool get isLoaded

Checks if HTML content has been loaded.

Implementation

bool get isLoaded => _htmlContent != null;