ScreenshotSnapshot constructor
ScreenshotSnapshot({})
Implementation
ScreenshotSnapshot({
required this.screenshotPath,
required this.isScreenshotProtectionOn,
required this.wasScreenshotTaken,
this.isScreenRecording = false,
this.timestamp = 0,
this.sourceApp = '',
});