ChromeOsDeviceDeviceFiles constructor

ChromeOsDeviceDeviceFiles({
  1. DateTime? createTime,
  2. String? downloadUrl,
  3. String? name,
  4. String? type,
})

Implementation

ChromeOsDeviceDeviceFiles({
  this.createTime,
  this.downloadUrl,
  this.name,
  this.type,
});