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