isPdf property

bool get isPdf

Implementation

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