ChromeOsDevices constructor
ChromeOsDevices({
- List<
ChromeOsDevice> ? chromeosdevices, - String? etag,
- String? kind,
- String? nextPageToken,
Implementation
ChromeOsDevices({
this.chromeosdevices,
this.etag,
this.kind,
this.nextPageToken,
});