notificationItems property

ListBuilder<ReportAvailableNotificationRequestItemWrapper> get notificationItems

Implementation

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

Implementation

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