disable property

  1. @BuiltValueField.new(wireName: r'disable')
bool get disable

If true, disable the requested state. If false, enable the requested state.

Implementation

@BuiltValueField(wireName: r'disable')
bool get disable;