GoogleChromeManagementV1TelemetryEventNotificationFilter.fromJson constructor
GoogleChromeManagementV1TelemetryEventNotificationFilter.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1TelemetryEventNotificationFilter.fromJson(
core.Map json_)
: this(
eventTypes: (json_['eventTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);