SnapshotCopyGrantMessage constructor

SnapshotCopyGrantMessage({
  1. String? marker,
  2. List<SnapshotCopyGrant>? snapshotCopyGrants,
})

Implementation

SnapshotCopyGrantMessage({
  this.marker,
  this.snapshotCopyGrants,
});