isImage method

bool isImage()

Checks if string is image file path.

Implementation

bool isImage() => ValidatorUtils.isImage(this);