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