notifications property

Capabilities_NotificationsBuilder get notifications
override

Implementation

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

Implementation

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