DefaultWithAssetLink<StoryContent>.fromJson constructor

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

Implementation

factory DefaultWithAssetLink.fromJson(JSONMap json) =>
    Link<StoryContent>.fromJson(json) as DefaultWithAssetLink<StoryContent>;