isTxtFileName property

bool isTxtFileName

Is this String a txt file?

Implementation

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