excludeWindowCount property

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

The number of windows to be excluded. On the Windows platform, the maximum value of this parameter is 24; if this value is exceeded, excluding the window fails.

Implementation

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