VideoStatus constructor

VideoStatus({
  1. bool? embeddable,
  2. String? failureReason,
  3. String? license,
  4. bool? madeForKids,
  5. String? privacyStatus,
  6. bool? publicStatsViewable,
  7. DateTime? publishAt,
  8. String? rejectionReason,
  9. bool? selfDeclaredMadeForKids,
  10. String? uploadStatus,
})

Implementation

VideoStatus({
  this.embeddable,
  this.failureReason,
  this.license,
  this.madeForKids,
  this.privacyStatus,
  this.publicStatsViewable,
  this.publishAt,
  this.rejectionReason,
  this.selfDeclaredMadeForKids,
  this.uploadStatus,
});