menuEntry property

  1. @BuiltValueField.new(wireName: r'MenuEntry')
BuiltList<MenuEntry>? get menuEntry

An entry of the menu to present to the Cashier. It conveys the message text and parameters of the menu entry. This output data could be only provided for an input command, in order to choose an entryof the menu.

Implementation

@BuiltValueField(wireName: r'MenuEntry')
BuiltList<MenuEntry>? get menuEntry;