defaultGroup property

Entity<String> defaultGroup
final

A predefined entity recommended to use as the default group entity for dependencies. This entity can be utilized when no specific group is defined, allowing for a fallback option that simplifies dependency retrieval and management in the DI container.

Implementation

static final defaultGroup = Entity('DEFAULT_GROUP');