primaryMonitor property

  1. @JsonKey(name: 'primaryMonitor')
bool? primaryMonitor
final

Determines whether the screen is the primary display: true : The screen is the primary display. false : The screen is not the primary display.

Implementation

@JsonKey(name: 'primaryMonitor')
final bool? primaryMonitor;