isJpg property

bool isJpg

Check image is jpg or jpeg or not

Implementation

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