DeleteSnapshotResult constructor

DeleteSnapshotResult({
  1. Snapshot? snapshot,
})

Implementation

DeleteSnapshotResult({
  this.snapshot,
});