displayId property

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

(仅适用于 macOS 平台)屏幕的 display ID。 请仅在 Mac 设备上采集屏幕时使用该参数。

Implementation

@JsonKey(name: 'displayId')
final int? displayId;