notificationItems property

ListBuilder<PayoutNotificationRequestItemWrapper> get notificationItems

Implementation

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

Implementation

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