actions property
Implementation
ListBuilder<NotificationAction> get actions => _$this._actions ??= ListBuilder<NotificationAction>();
Implementation
set actions(covariant ListBuilder<NotificationAction>? actions) => _$this._actions = actions;
ListBuilder<NotificationAction> get actions => _$this._actions ??= ListBuilder<NotificationAction>();
set actions(covariant ListBuilder<NotificationAction>? actions) => _$this._actions = actions;