Tenant class

Constructors

Tenant()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

inTenantBypassScope bool
True if we are in tenant bypass mode as the user called withTenantByPass.
no setter
inTenantScope bool
True if we are in tenant mode as the user called withTenant and we have not been bypassed.
no setter
tenantId int
no setter
tenantIdKey → ScopeKey<int>
On a multi-tenant system this key is used to inject the tenant id. Use the withTenant function to inject the value.
final