user property

UserPrincipal? get user

Implementation

UserPrincipal? get user => context['user'] as UserPrincipal?;