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