isJpeg property

bool get isJpeg

Implementation

bool get isJpeg => isImage && (extension == "jpeg");