hasImages method

bool hasImages()

Helper method to check if the transcript item contains images

Implementation

bool hasImages() {
  return imageUrls != null && imageUrls!.isNotEmpty;
}