isTxtFileName property
bool
get
isTxtFileName
Is this String a txt file?
Implementation
bool get isTxtFileName => GetUtils.isTxt(this);
Is this String a txt file?
bool get isTxtFileName => GetUtils.isTxt(this);