GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent.fromJson constructor

GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent.fromJson(
    core.Map json_)
    : this(
        connectionState: json_.containsKey('connectionState')
            ? json_['connectionState'] as core.String
            : null,
        guid: json_.containsKey('guid') ? json_['guid'] as core.String : null,
      );