AuditLogEntry constructor
AuditLogEntry({
- String? targetId,
- List<
AuditLogChange> ? changes, - required String userId,
- required String id,
- required int actionType,
- AuditEntryInfo? options,
- String? reason,
Implementation
AuditLogEntry({
this.targetId,
this.changes,
required this.userId,
required this.id,
required this.actionType,
this.options,
this.reason,
});