UserInfo constructor
const
UserInfo({})
Implementation
const UserInfo({
this.email,
this.name,
this.profileImage,
this.authConnectionId,
this.userId,
this.authConnection,
this.groupedAuthConnectionId,
this.dappShare,
this.idToken,
this.oAuthIdToken,
this.oAuthAccessToken,
this.isMfaEnabled,
});