title property

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

The name of the notification button on the terminal screen.

Implementation

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