isPDF method

bool isPDF(
  1. String link
)

Implementation

bool isPDF(String link) {
  return link.endsWith(".pdf");
}