VideoStory constructor

const VideoStory({
  1. required String url,
})

Implementation

const VideoStory({required this.url});