isPPT property

bool get isPPT

Checks if the string is a valid PowerPoint file URL.

Implementation

bool get isPPT => hasMatch(Patterns.ppt);