CreateSnapshotCopyGrantResult constructor

CreateSnapshotCopyGrantResult({
  1. SnapshotCopyGrant? snapshotCopyGrant,
})

Implementation

CreateSnapshotCopyGrantResult({
  this.snapshotCopyGrant,
});