notificationItems property
ListBuilder<RefundWithDataNotificationRequestItemWrapper>
get
notificationItems
Implementation
ListBuilder<RefundWithDataNotificationRequestItemWrapper>
get notificationItems => _$this._notificationItems ??=
ListBuilder<RefundWithDataNotificationRequestItemWrapper>();
set
notificationItems
(ListBuilder<RefundWithDataNotificationRequestItemWrapper> ? notificationItems)
Implementation
set notificationItems(
ListBuilder<RefundWithDataNotificationRequestItemWrapper>?
notificationItems,
) => _$this._notificationItems = notificationItems;