ScreenshotData constructor
ScreenshotData({})
Creates a new screenshot data object
Implementation
ScreenshotData({
required this.bytes,
required this.filename,
required this.width,
required this.height,
required this.group,
required this.timestamp,
});