isPdf method

bool isPdf()

PDF regex

Implementation

bool isPdf() => RegVal.hasMatch(
      this,
      RegexPattern.pdf,
    );