userProfile property
BusinessUser
get
userProfile
inherited
Implementation
BusinessUser get userProfile => session?.userProfile ?? _emptyUser;
BusinessUser get userProfile => session?.userProfile ?? _emptyUser;