Resp constructor

Resp({
  1. String? errCode,
  2. String? errInfo,
  3. String? fCount,
  4. String? fType,
  5. String? iCount,
  6. String? iType,
  7. String? nmPoints,
  8. String? qScore,
})

Implementation

Resp({
  this.errCode,
  this.errInfo,
  this.fCount,
  this.fType,
  this.iCount,
  this.iType,
  this.nmPoints,
  this.qScore,
});