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