CountChromeOsDevicesResponse.fromJson constructor

CountChromeOsDevicesResponse.fromJson(
  1. Map json_
)

Implementation

CountChromeOsDevicesResponse.fromJson(core.Map json_)
  : this(count: json_['count'] as core.String?);