isDocumentFileName property

bool get isDocumentFileName

Is this String a Word file?

Implementation

bool get isDocumentFileName => GetUtils.isWord(this);