AuditLogSearchCriteria constructor

AuditLogSearchCriteria({
  1. num end,
  2. String message,
  3. String newValue,
  4. String oldValue,
  5. String reason,
  6. num start,
  7. String user,
})

Implementation

AuditLogSearchCriteria(
    {this.end,
    this.message,
    this.newValue,
    this.oldValue,
    this.reason,
    this.start,
    this.user});