globalGroup property
A predefined entity recommended to use as the global group entity for dependencies. Use This entity for dependencies that need to be accessible throughout the entire application, regardless of the current scope or context. This is ideal for singleton services or configurations that should remain consistent across all parts of the application.
Implementation
static final globalGroup = Entity('GLOBAL_GROUP');