CastMedia constructor
CastMedia({})
Implementation
CastMedia({
this.contentId,
this.title,
this.subtitle,
this.autoPlay = true,
this.position = 0.0,
this.playbackRate = 1.0,
this.contentType = 'video/mp4',
this.images,
}) {
if (null == images) {
images = [];
}
}