CXSessionReplayOptions constructor
CXSessionReplayOptions({})
Implementation
CXSessionReplayOptions({
required this.captureScale,
required this.captureCompressQuality,
required this.sessionRecordingSampleRate,
required this.autoStartSessionRecording,
this.maskAllTexts,
this.textsToMask,
this.maskAllImages,
});