AuditEntryInfo constructor

AuditEntryInfo({
  1. String? deleteMemberDays,
  2. String? membersRemoved,
  3. String? channelId,
  4. String? count,
  5. String? id,
  6. String? type,
  7. String? roleName,
})

Implementation

AuditEntryInfo({
  this.deleteMemberDays,
  this.membersRemoved,
  this.channelId,
  this.count,
  this.id,
  this.type,
  this.roleName,
});