details property

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

The text shown in the prompt which opens when you select the notification button. For example, the description of the input box for pay-at-table.

Implementation

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