isTxt method

bool isTxt()

Checks if string is txt file path.

Implementation

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