DefaultWithEmailLink<StoryContent>.fromJson constructor

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

Implementation

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