MFASwitchResponse constructor
MFASwitchResponse(
- dynamic statusCode,
- String? validationError
Implementation
MFASwitchResponse(statusCode, this.validationError) : super(statusCode);