isPdf property

bool get isPdf

Whether this is a PDF file.

Implementation

bool get isPdf => extension.toLowerCase() == 'pdf';