Snapshot constructor

Snapshot({
  1. DateTime? snapshotTime,
})

Implementation

Snapshot({
  this.snapshotTime,
});