textInput property

  1. @BuiltValueField.new(wireName: r'TextInput')
String? get textInput

The text typed by the Customer on the POI or by the Cashier on the Sale Terminal.

Implementation

@BuiltValueField(wireName: r'TextInput')
String? get textInput;