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