actions property

ListBuilder<NotificationAction> get actions

Implementation

ListBuilder<NotificationAction> get actions;
set actions (ListBuilder<NotificationAction>? actions)

Implementation

set actions(ListBuilder<NotificationAction>? actions);