AuthenticatedUser constructor
AuthenticatedUser({})
Implementation
AuthenticatedUser(
{this.client,
this.provider,
required this.id,
this.name,
this.email,
this.photo,
this.data,
this.phoneNumber,
this.emailLVerified,
this.tenantId,
this.creationTime,
this.lastSignInTime,
this.isAnonymous = false});