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