notifications property
Implementation
NotificationsCapabilities_NotificationsBuilder get notifications =>
_$this._notifications ??= NotificationsCapabilities_NotificationsBuilder();
set
notifications
(covariant NotificationsCapabilities_NotificationsBuilder? notifications)
covariantoverride
Implementation
set notifications(covariant NotificationsCapabilities_NotificationsBuilder? notifications) =>
_$this._notifications = notifications;