isImage property

bool isImage

if your file is an image and can be processed via Image Processing, Please note, our processing engine does not treat all image files as such. Some of those may not be supported due to file sizes, resolutions or formats. In the case, the flag is set to false. false otherwise.

Implementation

bool get isImage => imageInfo != null;