notificationItems property

ListBuilder<CaptureNotificationRequestItemWrapper> get notificationItems

Implementation

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

Implementation

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