Resp constructor

Resp(
  1. String errCode,
  2. String errInfo,
  3. String fCount,
  4. String fType,
  5. String iCount,
  6. String iType,
  7. String pCount,
  8. String pType,
  9. String nmPoints,
  10. String qScore,
)

Implementation

Resp(this.errCode, this.errInfo, this.fCount, this.fType, this.iCount,
    this.iType, this.pCount, this.pType, this.nmPoints, this.qScore);