GoogleChromeManagementV1DisplayInfo.fromJson constructor

GoogleChromeManagementV1DisplayInfo.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1DisplayInfo.fromJson(core.Map json_)
  : this(
      deviceId: json_['deviceId'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      edidVersion: json_['edidVersion'] as core.String?,
      isInternal: json_['isInternal'] as core.bool?,
      refreshRate: json_['refreshRate'] as core.int?,
      resolutionHeight: json_['resolutionHeight'] as core.int?,
      resolutionWidth: json_['resolutionWidth'] as core.int?,
      serialNumber: json_['serialNumber'] as core.int?,
    );