OtpStatusResponse.fromResponse constructor
OtpStatusResponse.fromResponse(
- Response response
Implementation
OtpStatusResponse.fromResponse(Response response)
: super.fromResponse(response) {
isOtpEnabled = response.data['result'];
}