isPDFFileName property
bool
get
isPDFFileName
Discover if the String is a PDF file
Implementation
bool get isPDFFileName => GetUtils.isPDF(this);
Discover if the String is a PDF file
bool get isPDFFileName => GetUtils.isPDF(this);