SnapshotCopyGrantMessage constructor
SnapshotCopyGrantMessage({
- String? marker,
- List<
SnapshotCopyGrant> ? snapshotCopyGrants,
Implementation
SnapshotCopyGrantMessage({
this.marker,
this.snapshotCopyGrants,
});