isTxt property

bool get isTxt

Txt regex

Implementation

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