tenant property

Tenant? get tenant

Gets the current tenant.

Returns:

  • An instance of Tenant if available, otherwise null.

Implementation

Tenant? get tenant;
set tenant (Tenant? tenant)

Sets the current tenant.

Parameters:

  • tenant: An instance of Tenant.

Implementation

set tenant(Tenant? tenant);