devGroup property

Entity<String> devGroup
final

A predefined entity recommended to use as the development group entity for dependencies. This entity is useful for managing services that are intended for development purposes, such as debugging tools, mock services, or any other resources that assist during the development process. It helps isolate development-specific functionality from production code.

Implementation

static final devGroup = Entity('DEV_GROUP');