CloneDetails constructor

CloneDetails({
  1. String? sharedSpaceGib,
  2. String? sourceSnapshot,
  3. String? sourceVolume,
  4. String? splitState,
})

Implementation

CloneDetails({
  this.sharedSpaceGib,
  this.sourceSnapshot,
  this.sourceVolume,
  this.splitState,
});