showButton property

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

Shows or hides the event notification button on the screen of terminal models that have a keypad.

Implementation

@BuiltValueField(wireName: r'showButton')
bool? get showButton;