SnapshotDefinition constructor

SnapshotDefinition({
  1. TableReference? baseTableReference,
  2. DateTime? snapshotTime,
})

Implementation

SnapshotDefinition({
  this.baseTableReference,
  this.snapshotTime,
});