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