isCaptureWindow property

  1. @JsonKey(name: 'isCaptureWindow')
bool? isCaptureWindow
final

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;