ImageRawDisk constructor

ImageRawDisk({
  1. String? containerType,
  2. String? sha1Checksum,
  3. String? source,
})

Implementation

ImageRawDisk({
  this.containerType,
  this.sha1Checksum,
  this.source,
});