category property

  1. @BuiltValueField.new(wireName: r'category')
NotificationCategoryEnum? get category

The type of event notification sent when you select the notification button.

Implementation

@BuiltValueField(wireName: r'category')
NotificationCategoryEnum? get category;