isJpg property

bool get isJpg

Checks if the string represents a JPG or JPEG file path.

Implementation

bool get isJpg => _endsWith('.jpg') || _endsWith('.jpeg');