import '../../data/models/models.dart'; String getImagePath(List images) { return images.length > 0 ? images.first.originalImageUrl : ''; }