notificationItems property

ListBuilder<CancellationNotificationRequestItemWrapper> get notificationItems

Implementation

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

Implementation

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