carousel static method

String carousel(
  1. String carouselName
)

A string representing the action of calling a carousel object

This doesn't create a new carousel object nor check if the carousel exists. If the carousel doesn't exist, this action will be ignored in runtime.

Implementation

static String carousel(String carouselName) => "CRS_$carouselName";