isPDF method

bool isPDF()

Checks if string is PDF file path.

Implementation

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