isPDF property

bool isPDF

Check file is pdf or not

Implementation

bool get isPDF => _endsWith('.pdf');