toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'screenshot_path': screenshotPath,
    'is_screenshot_on': isScreenshotProtectionOn,
    'was_screenshot_taken': wasScreenshotTaken,
    'is_screen_recording': isScreenRecording,
    'timestamp': timestamp,
    'source_app': sourceApp,
  };
}