Video constructor

Video({
  1. S3Object? s3Object,
})

Implementation

Video({
  this.s3Object,
});