isPDF property
bool
get
isPDF
Checks if string is an pdf file.
Implementation
bool get isPDF => toLowerCase().endsWith(".pdf");
Checks if string is an pdf file.
bool get isPDF => toLowerCase().endsWith(".pdf");