AntispamResult constructor

AntispamResult({
  1. Ext? ext,
  2. int? code,
  3. int? suggestion,
  4. String? type,
  5. String? version,
  6. String? taskId,
  7. int? status,
})

Implementation

AntispamResult({
  this.ext,
  this.code,
  this.suggestion,
  this.type,
  this.version,
  this.taskId,
  this.status,
});