VideoUrl constructor

VideoUrl({
  1. String? name,
  2. String? videoUrl,
})

Implementation

VideoUrl({this.name, this.videoUrl});