isPdf property

bool get isPdf

PDF regex

Implementation

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