VideoType constructor

const VideoType(
  1. String name,
  2. String youtubeRenderText
)

Implementation

const VideoType(this.name, this.youtubeRenderText);