notificationItems property

ListBuilder<DisputesNotificationRequestItemWrapper> get notificationItems

Implementation

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

Implementation

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