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