isTxt property

bool get isTxt

Txt regex

Implementation

bool get isTxt => hasMatch(this, Patterns.txt);