notificationItems property

ListBuilder<NotificationRequestItemWrapper> get notificationItems

Implementation

ListBuilder<NotificationRequestItemWrapper> get notificationItems =>
    _$this._notificationItems ??=
        ListBuilder<NotificationRequestItemWrapper>();
set notificationItems (ListBuilder<NotificationRequestItemWrapper>? notificationItems)

Implementation

set notificationItems(
  ListBuilder<NotificationRequestItemWrapper>? notificationItems,
) => _$this._notificationItems = notificationItems;