hasImages method
Helper method to check if the transcript item contains images
Implementation
bool hasImages() {
return imageUrls != null && imageUrls!.isNotEmpty;
}
Helper method to check if the transcript item contains images
bool hasImages() {
return imageUrls != null && imageUrls!.isNotEmpty;
}