GoogleChromeManagementV1DisplayDevice.fromJson constructor

GoogleChromeManagementV1DisplayDevice.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1DisplayDevice.fromJson(core.Map json_)
    : this(
        displayHeightMm: json_['displayHeightMm'] as core.int?,
        displayName: json_['displayName'] as core.String?,
        displayWidthMm: json_['displayWidthMm'] as core.int?,
        internal: json_['internal'] as core.bool?,
        manufactureYear: json_['manufactureYear'] as core.int?,
        manufacturerId: json_['manufacturerId'] as core.String?,
        modelId: json_['modelId'] as core.int?,
      );