isPdf property
bool
get
isPdf
Checks if the string is a valid PDF file URL.
Implementation
bool get isPdf => hasMatch(Patterns.pdf);
Checks if the string is a valid PDF file URL.
bool get isPdf => hasMatch(Patterns.pdf);