isPPT property
bool
get
isPPT
Checks if the string is a valid PowerPoint file URL.
Implementation
bool get isPPT => hasMatch(Patterns.ppt);
Checks if the string is a valid PowerPoint file URL.
bool get isPPT => hasMatch(Patterns.ppt);