fromActiveToSleep property

  1. @BuiltValueField.new(wireName: r'fromActiveToSleep')
int? get fromActiveToSleep

Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode.

Implementation

@BuiltValueField(wireName: r'fromActiveToSleep')
int? get fromActiveToSleep;