CheckResultResponse constructor

CheckResultResponse({
  1. int errorCode = 0,
  2. String processId = "",
  3. String accesscode = "",
  4. String phone = "",
  5. String errorInfo = "",
})

Implementation

CheckResultResponse(
    {this.errorCode = 0,
    this.processId = "",
    this.accesscode = "",
    this.phone = "",
    this.errorInfo = ""});