UserSessionData constructor
UserSessionData()
Constructor.
Implementation
UserSessionData(
this.uid,
this.email,
this.displayName,
this.emailVerified,
this.isAnonymous,
this.phoneNumber,
this.photoURL,
);
Constructor.
UserSessionData(
this.uid,
this.email,
this.displayName,
this.emailVerified,
this.isAnonymous,
this.phoneNumber,
this.photoURL,
);