isCaptureWindow property
Whether to capture the window on the screen: true : Capture the window. false : (Default) Capture the screen, not the window.
Implementation
@JsonKey(name: 'isCaptureWindow')
final bool? isCaptureWindow;
Whether to capture the window on the screen: true : Capture the window. false : (Default) Capture the screen, not the window.
@JsonKey(name: 'isCaptureWindow')
final bool? isCaptureWindow;