CreateSnapshotResult constructor

CreateSnapshotResult({
  1. String? snapshotId,
})

Implementation

CreateSnapshotResult({
  this.snapshotId,
});