user property

PortalUser? user

The authenticated user of this portal.

This value is null if no user is signed in due to anonymous access or the portal is not loaded.

Implementation

PortalUser? get user => _portalHelper.user;