hasCarousel property
bool
get
hasCarousel
Check if this has carousel cards
Implementation
bool get hasCarousel => carouselCards != null && carouselCards!.isNotEmpty;
Check if this has carousel cards
bool get hasCarousel => carouselCards != null && carouselCards!.isNotEmpty;