GoogleChromeManagementV1NetworkDevice.fromJson constructor

GoogleChromeManagementV1NetworkDevice.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1NetworkDevice.fromJson(core.Map json_)
  : this(
      iccid: json_['iccid'] as core.String?,
      imei: json_['imei'] as core.String?,
      macAddress: json_['macAddress'] as core.String?,
      mdn: json_['mdn'] as core.String?,
      meid: json_['meid'] as core.String?,
      type: json_['type'] as core.String?,
    );