isImage property

bool isImage

check string is image

Implementation

bool get isImage => isJpg || isPng || isSvg;