OtpStatusResponse constructor
OtpStatusResponse(
- dynamic statusCode,
- bool isOtpEnabled
Implementation
OtpStatusResponse(statusCode, this.isOtpEnabled) : super(statusCode);
OtpStatusResponse(statusCode, this.isOtpEnabled) : super(statusCode);