isHTMLFileName property

bool isHTMLFileName

Is this String an HTML file?

Implementation

bool get isHTMLFileName => GetUtils.isHTML(this);