isGuest property
When true
, the user is a Guest User. When
not present or false
, the user is presumed to be a non-guest
user.
Implementation
bool? isGuest;
When true
, the user is a Guest User. When
not present or false
, the user is presumed to be a non-guest
user.
bool? isGuest;