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