ExaAuthUser constructor
ExaAuthUser({})
Implementation
ExaAuthUser({
this.displayName,
this.email,
this.emailVerified,
this.isAnonymous,
this.phoneNumber,
this.photoURL,
this.providerData,
this.refreshToken,
this.tenantId,
this.uid,
this.authCredential,
this.rawNonce,
this.idToken,
});