defaultInputString property
Default string value for an input command. On the TextString, DigitString and DecimalString input commands: default string displayed on the input field before entering the string. In GetConfirmation input command: Y for yes, N for no.
Implementation
@BuiltValueField(wireName: r'DefaultInputString')
String? get defaultInputString;