VideoModel constructor

VideoModel(
  1. String path,
  2. VideoSource source
)

Implementation

VideoModel(this.path, this.source);