StoryData constructor

StoryData({
  1. String? filetype,
  2. Map<String, String>? url,
})

Implementation

StoryData({this.filetype, this.url});