UserInfo constructor
UserInfo({})
Implementation
UserInfo({
this.id,
required this.userIdentifier,
required this.userName,
this.fullName,
this.email,
required this.created,
this.imageUrl,
required this.scopeNames,
required this.blocked,
});