ChromeOsDeviceDiskVolumeReportsVolumeInfo constructor

ChromeOsDeviceDiskVolumeReportsVolumeInfo({
  1. String? storageFree,
  2. String? storageTotal,
  3. String? volumeId,
})

Implementation

ChromeOsDeviceDiskVolumeReportsVolumeInfo({
  this.storageFree,
  this.storageTotal,
  this.volumeId,
});