CreateSnapshotResult constructor

CreateSnapshotResult({
  1. Snapshot? snapshot,
})

Implementation

CreateSnapshotResult({
  this.snapshot,
});