VideoSize constructor
const
VideoSize({})
Video Size constructor.
Implementation
const VideoSize({
required this.type,
required this.w,
required this.h,
required this.size,
this.videoStartTs,
}) : super._();
Video Size constructor.
const VideoSize({
required this.type,
required this.w,
required this.h,
required this.size,
this.videoStartTs,
}) : super._();