Constructs an instance of Story from a JSON map.
factory Story.fromJson(Map<String, dynamic> json) => _$StoryFromJson(json);