RawDisk constructor

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

Implementation

RawDisk({this.containerType, this.sha1Checksum, this.source})
  : super(fullyQualifiedName);