UpdateRequest constructor
UpdateRequest({})
Interface representing the properties to update on the provided user.
Implementation
UpdateRequest({
super.disabled,
String? super.displayName,
super.email,
super.emailVerified,
super.password,
String? super.phoneNumber,
String? super.photoURL,
this.multiFactor,
this.providerToLink,
this.providersToUnlink,
});