Snapshot constructor

Snapshot({
  1. String? projectId,
  2. String? snapshotId,
})

Implementation

Snapshot({this.projectId, this.snapshotId});