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