displayId property
(macOS only) The display ID of the screen. This parameter takes effect only when you want to capture the screen on macOS.
Implementation
@JsonKey(name: 'displayId')
final int? displayId;
(macOS only) The display ID of the screen. This parameter takes effect only when you want to capture the screen on macOS.
@JsonKey(name: 'displayId')
final int? displayId;