sourceId property

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

The window ID for a window or the display ID for a screen.

Implementation

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