isJPG property

bool isJPG

Implementation

bool get isJPG => lowercase.endsWith("jpg") || lowercase.endsWith("jpeg");