inputCommand property

  1. @BuiltValueField.new(wireName: r'InputCommand')
InputCommand get inputCommand

Type of requested input. Can be: GetConfirmation, TextString, DigitString, DecimalString or GetMenuEntry. Possible values: * DecimalString * DigitString * GetAnyKey * GetConfirmation * GetFunctionKey * GetMenuEntry * Password * SiteManager * TextString

Implementation

@BuiltValueField(wireName: r'InputCommand')
InputCommand get inputCommand;