isPdf property
bool
get
isPdf
Whether this is a PDF file.
Implementation
bool get isPdf => extension.toLowerCase() == 'pdf';
Whether this is a PDF file.
bool get isPdf => extension.toLowerCase() == 'pdf';