Check if the html string is not empty.
It trims the string and checks if it's not empty.
bool get hasValue => html.trim().isNotEmpty;