AuthResponseModel constructor

AuthResponseModel({
  1. String? templateId,
  2. String? nodeId,
  3. String? resultCode,
  4. String? resultMsg,
  5. String? innerMsg,
  6. String? innerCode,
  7. String? carrierFailedResultData,
  8. String? innerRequestId,
  9. String? requestId,
  10. String? maskToken,
})

Implementation

AuthResponseModel(
    {this.templateId,
    this.nodeId,
    this.resultCode,
    this.resultMsg,
    this.innerMsg,
    this.innerCode,
    this.carrierFailedResultData,
    this.innerRequestId,
    this.requestId,
    this.maskToken});