GoogleChromeManagementV1TelemetryEventNotificationFilter.fromJson constructor

GoogleChromeManagementV1TelemetryEventNotificationFilter.fromJson(
  1. Map json_
)

Implementation

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