GoogleCloudAdvisorynotificationsV1NotificationSettings.fromJson constructor
GoogleCloudAdvisorynotificationsV1NotificationSettings.fromJson(
- Map json_
Implementation
GoogleCloudAdvisorynotificationsV1NotificationSettings.fromJson(
core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);