NiceAuditLogEntry constructor
const
NiceAuditLogEntry({})
Implementation
const NiceAuditLogEntry({
required this.id,
required this.user,
required this.action,
this.resource,
required this.timestamp,
this.ipAddress,
this.userAgent,
this.before,
this.after,
this.metadata,
});