Story constructor
Story({})
Implementation
Story({
required this.id,
required this.deleted,
required this.type,
required this.by,
required this.time,
required this.dead,
required this.kids,
required this.descendants,
required this.score,
required this.title,
required this.url,
});