PanGenerateOtpResponseModel.error constructor
PanGenerateOtpResponseModel.error(
- String message
Implementation
factory PanGenerateOtpResponseModel.error(String message) {
return PanGenerateOtpResponseModel(success: false, message: message);
}