VideoModelImpl constructor
VideoModelImpl({
- String? vid,
- int? duration,
- List<
TTVideoEngineResolutionType> ? supportedResolutions,
Implementation
VideoModelImpl({
this.vid,
this.duration,
// this.title,
this.supportedResolutions,
// this.metaData,
});