CopySnapshotResult constructor

CopySnapshotResult({
  1. Snapshot? snapshot,
})

Implementation

CopySnapshotResult({
  this.snapshot,
});