isJPEG property

bool isJPEG

Checks if a file path or URL represents a JPEG or JPG image.

Implementation

bool get isJPEG => isJPG;