displayId property

  1. @JsonKey(name: 'displayId')
int? displayId
final

(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;