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