isDocumentFileName property
bool
get
isDocumentFileName
Is this String a Word file?
Implementation
bool get isDocumentFileName => GetUtils.isWord(this);
Is this String a Word file?
bool get isDocumentFileName => GetUtils.isWord(this);