MmCompliance constructor

MmCompliance({
  1. String? id,
  2. int? createAt,
  3. String? userId,
  4. String? status,
  5. int? count,
  6. String? desc,
  7. String? type,
  8. int? startAt,
  9. int? endAt,
  10. String? keywords,
  11. String? emails,
})

Returns a new MmCompliance instance.

Implementation

MmCompliance({
  this.id,
  this.createAt,
  this.userId,
  this.status,
  this.count,
  this.desc,
  this.type,
  this.startAt,
  this.endAt,
  this.keywords,
  this.emails,
});