Snapshot constructor

Snapshot({
  1. SnapshotImage? coverImage,
  2. String? description,
  3. String? driveId,
  4. String? durationMillis,
  5. String? id,
  6. String? kind,
  7. String? lastModifiedMillis,
  8. String? progressValue,
  9. String? title,
  10. String? type,
  11. String? uniqueName,
})

Implementation

Snapshot({
  this.coverImage,
  this.description,
  this.driveId,
  this.durationMillis,
  this.id,
  this.kind,
  this.lastModifiedMillis,
  this.progressValue,
  this.title,
  this.type,
  this.uniqueName,
});