VideoModelImpl constructor

VideoModelImpl({
  1. String? vid,
  2. int? duration,
  3. List<TTVideoEngineResolutionType>? supportedResolutions,
})

Implementation

VideoModelImpl({
  this.vid,
  this.duration,
  // this.title,
  this.supportedResolutions,
  // this.metaData,
});