state property
State of the display. Possible string values are:
- "DISPLAY_STATE_UNSPECIFIED" : This value is disallowed.
- "OFF" : Display is off.
- "ON" : Display is on.
- "DOZE" : Display is dozing in a low power state
- "SUSPENDED" : Display is dozing in a suspended low power state.
Implementation
core.String? state;