isTxtFileName property

bool get isTxtFileName

Is this String a txt file?

Implementation

bool get isTxtFileName => GetUtils.isTxt(this);