isSelectingTenant property

bool get isSelectingTenant

Returns true if the user is authenticated but needs to select a tenant

Implementation

bool get isSelectingTenant =>
    this is UserAuthenticatedWithMultipleTenantsState;