isDocument method

bool isDocument()

Checks if string is Doc file path.

Implementation

bool isDocument() => ValidatorUtils.isDocument(this);