FileEvent constructor
FileEvent({})
Implementation
FileEvent({
required this.type,
required this.filePath,
this.newFilePath,
required this.processId,
this.processName,
required this.timestamp,
});
FileEvent({
required this.type,
required this.filePath,
this.newFilePath,
required this.processId,
this.processName,
required this.timestamp,
});