isPdf property

bool get isPdf

Checks if the string is a valid PDF file URL.

Implementation

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