ScreenCaptureSourceData constructor
ScreenCaptureSourceData({})
Implementation
ScreenCaptureSourceData({
required this.type,
required this.sourceId,
required this.status,
required this.action,
required this.captureRect,
required this.level,
});