UserInfo constructor
UserInfo({
- String? createdAt,
- String? customAttributes,
- bool? customAuth,
- bool? disabled,
- String? displayName,
- String? email,
- bool? emailVerified,
- String? lastLoginAt,
- String? localId,
- String? passwordHash,
- double? passwordUpdatedAt,
- String? phoneNumber,
- String? photoUrl,
- List<
UserInfoProviderUserInfo> ? providerUserInfo, - String? rawPassword,
- String? salt,
- String? screenName,
- String? validSince,
- int? version,
Implementation
UserInfo({
this.createdAt,
this.customAttributes,
this.customAuth,
this.disabled,
this.displayName,
this.email,
this.emailVerified,
this.lastLoginAt,
this.localId,
this.passwordHash,
this.passwordUpdatedAt,
this.phoneNumber,
this.photoUrl,
this.providerUserInfo,
this.rawPassword,
this.salt,
this.screenName,
this.validSince,
this.version,
});