activeState property
ActiveState
get
activeState
Active if the display is detected and used by the system.
Implementation
ActiveState get activeState => ActiveState.fromJS(_wrapped.activeState);
set
activeState
(ActiveState v)
Implementation
set activeState(ActiveState v) {
_wrapped.activeState = v.toJS;
}