SecurityEvent constructor
const
SecurityEvent({})
Implementation
const SecurityEvent({
required this.type,
required this.timestamp,
required this.appState,
required this.platform,
this.filePath,
this.userId,
this.screen,
this.deviceInfo,
this.raw,
});