GoogleChromeManagementV1TelemetryExternalDisplayData.fromJson constructor

GoogleChromeManagementV1TelemetryExternalDisplayData.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1TelemetryExternalDisplayData.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      edidVersion: json_['edidVersion'] as core.String?,
      refreshRate: json_['refreshRate'] as core.String?,
      resolutionHorizontal: json_['resolutionHorizontal'] as core.int?,
      resolutionVertical: json_['resolutionVertical'] as core.int?,
      serialNumber: json_['serialNumber'] as core.int?,
    );