isImage method

bool isImage()

Implementation

bool isImage() {
  return insert.type == DataType.image;
}