isPPTFileName property
bool
get
isPPTFileName
Is this String an PPT file?
Implementation
bool get isPPTFileName => GetUtils.isPPT(this);
Is this String an PPT file?
bool get isPPTFileName => GetUtils.isPPT(this);