isPdf property

bool isPdf

PDF regex

Implementation

bool get isPdf => hasMatch(this, Patterns.pdf);