isPDFFileName property
bool
get
isPDFFileName
Is this String is an PDF file?
Implementation
bool get isPDFFileName => GetUtils.isPDF(this);
Is this String is an PDF file?
bool get isPDFFileName => GetUtils.isPDF(this);