NiceAuditEntry constructor
Implementation
const NiceAuditEntry({
required this.id,
required this.action,
required this.user,
required this.timestamp,
this.details,
this.type = NiceAuditType.info,
});
const NiceAuditEntry({
required this.id,
required this.action,
required this.user,
required this.timestamp,
this.details,
this.type = NiceAuditType.info,
});