tenantIdKey property

ScopeKey<int> tenantIdKey
final

On a multi-tenant system this key is used to inject the tenant id. Use the withTenant function to inject the value.

Implementation

static final ScopeKey<int> tenantIdKey = ScopeKey<int>('tenantIdKey');