MmSwitchAccountTypeRequest constructor
MmSwitchAccountTypeRequest({})
Returns a new MmSwitchAccountTypeRequest instance.
Implementation
MmSwitchAccountTypeRequest({
required this.currentService,
required this.newService,
this.email,
this.password,
this.mfaCode,
this.ldapId,
});