isImageFileName property

bool get isImageFileName

Is this String an Image file?

Implementation

bool get isImageFileName => GetUtils.isImage(this);