UserImportRecord constructor
UserImportRecord({
- required String uid,
- String? email,
- bool? emailVerified,
- String? displayName,
- String? phoneNumber,
- String? photoURL,
- bool? disabled,
- UserMetadataRequest? metadata,
- List<
UserProviderRequest> ? providerData, - Map<
String, Object?> ? customClaims, - Uint8List? passwordHash,
- Uint8List? passwordSalt,
- String? tenantId,
- MultiFactorUpdateSettings? multiFactor,
Implementation
UserImportRecord({
required this.uid,
this.email,
this.emailVerified,
this.displayName,
this.phoneNumber,
this.photoURL,
this.disabled,
this.metadata,
this.providerData,
this.customClaims,
this.passwordHash,
this.passwordSalt,
this.tenantId,
this.multiFactor,
});