isTxt method

bool isTxt()

check if string is txt

Implementation

bool isTxt() => _txt.hasMatch(this);