isPdf property

bool get isPdf

PDF regex

Implementation

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