isHTML method

bool isHTML()

Checks if string is html file path.

Implementation

bool isHTML() => ValidatorUtils.isHTML(this);