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