notification property

  1. @BuiltValueField.new(wireName: r'notification')
Notification? get notification

Configures sending event notifications by pressing a button on a terminal, for example used for pay-at-table.

Implementation

@BuiltValueField(wireName: r'notification')
Notification? get notification;