ChromeOsDeviceDiskVolumeReportsVolumeInfo.fromJson constructor

ChromeOsDeviceDiskVolumeReportsVolumeInfo.fromJson(
  1. Map json_
)

Implementation

ChromeOsDeviceDiskVolumeReportsVolumeInfo.fromJson(core.Map json_)
    : this(
        storageFree: json_['storageFree'] as core.String?,
        storageTotal: json_['storageTotal'] as core.String?,
        volumeId: json_['volumeId'] as core.String?,
      );