global property

DI get global

A predefined container recommended for global dependencies. This container is a child of app.

Implementation

static DI get global => app.child(groupEntity: Entity.globalGroup);