Antispam constructor

Antispam({
  1. String? dataId,
  2. String? riskDescription,
  3. int? suggestion,
  4. int? censorType,
  5. bool? isRelatedHit,
  6. int? label,
  7. int? censorTime,
  8. String? secondLabel,
  9. int? resultType,
  10. String? taskId,
  11. int? hitSource,
  12. List<LabelItem>? labels,
})

Implementation

Antispam({
  this.dataId,
  this.riskDescription,
  this.suggestion,
  this.censorType,
  this.isRelatedHit,
  this.label,
  this.censorTime,
  this.secondLabel,
  this.resultType,
  this.taskId,
  this.hitSource,
  this.labels,
});