prodGroup property
A predefined entity recommended to use as the production group entity for dependencies. This entity is intended for services that are specific to the production environment, ensuring that production-only configurations or resources are appropriately managed and distinguished from other environments (like development or testing).
Implementation
static final prodGroup = Entity('PROD_GROUP');