params property

  1. @JsonKey(name: 'params')
ScreenCaptureParameters? params
final

(For Windows and macOS only) The screen capture configuration. See ScreenCaptureParameters.

Implementation

@JsonKey(name: 'params')
final ScreenCaptureParameters? params;