LinkStory<StoryContent>.fromJson constructor

LinkStory<StoryContent>.fromJson(
  1. JSONMap json
)

Implementation

LinkStory.fromJson(JSONMap json)
    : uuid = json["id"] ?? json["uuid"],
      fullSlug = json["cached_url"] ?? json["href"],
      anchor = json["anchor"],
      target = json["target"];